Hi,
2004-12-04 19:44:28.311 in SetParameters(format=2, channels=2, rate=48000, buffer_time=500000, period_time=125000)
2004-12-04 19:44:28.312 get_buffer_size returned 14002645
2004-12-04 19:44:28.321 set_period_time_near returned 125000
2004-12-04 19:44:28.321 get_period_size returned 0
Your error is in the lines above. We asked the card for a particular buffersize, but the driver returns some garbage instead. In particular the "period_size" of zero is going to mean that we haven't got any buffering. Your driver didn't return any errors about this or it would have been printed up.
Try fiddling with a newer version of alsa and see if that helps.
Ed W _______________________________________________ mythtv-dev mailing list [EMAIL PROTECTED] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
