[mythtv-commits] Ticket #1277: Initial tuning of analog channel doesn't output sound

MythTV mythtv at cvs.mythtv.org
Tue Oct 10 03:37:13 UTC 2006


#1277: Initial tuning of analog channel doesn't output sound
-------------------------------+--------------------------------------------
 Reporter:  mattsch at gmail.com  |        Owner:  danielk
     Type:  defect             |       Status:  new    
 Priority:  minor              |    Milestone:  unknown
Component:  mythtv             |      Version:  head   
 Severity:  medium             |   Resolution:         
-------------------------------+--------------------------------------------
Comment (by mrussotto at speakeasy.net):

 I believe the stuttering may be related to the original bug, but not
 directly.  It happens because during the switch from digital to analog,
 too many sound interrupts occur and the driver disables the sound
 interrupt to save the system.  I have a workaround for that -- add

         cx_set(MO_PCI_INTMSK,0x02);

 to snd_cx88_pointer() (in cx88_alsa.c) just before the return statement.
 This simply turns the interrupt back on every time sound data is
 requested.

 I think there must be some sort of race occurring during the switch from
 digital to analog that results in this and in the loss of analog sound.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1277#comment:24>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list