Hi shanu,

Here is the diff/patch to alsa-driver/lowlevel/pci/intel8x0.c.

Apply this patch, and then try compile/install ritual. Let me know what
happens.

Regards,
Kedar.
Index: intel8x0.c
===================================================================
RCS file: /home/cvs/alsa-driver/lowlevel/pci/intel8x0.c,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 intel8x0.c
712a713,715
>       signed long end_time;
>       unsigned        ich_ctl;
>       
713a717,727
>       /* First read in the global Control reg for ac97 controller
>               in ICH  */
>       ich_ctl = inl(codec->bmport+ICH_REG_GLOB_CNT);
>       if(!(ich_ctl & 0x02))   /* If the cold reset bit is clear, set it */
>       {
>               ich_ctl |= 0x02;
>               outl(ich_ctl, codec->bmport+ICH_REG_GLOB_CNT);
>               end_time = jiffies + (HZ>>2);
>               while(end_time > jiffies)
>                       ;
>       }
-----------------------------------------------------------------------
For information on this and other Linux India mailing lists check out
http://lists.linux-india.org/

Reply via email to