]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.6.17-cx88-tvaudio.patch
- WOL patch fixed and re-enabled
[packages/kernel.git] / linux-2.6.17-cx88-tvaudio.patch
1 --- linux-2.6.17/drivers/media/video/cx88/cx88-tvaudio.c.orig   2006-09-15 21:37:08.000000000 +0200
2 +++ linux-2.6.17/drivers/media/video/cx88/cx88-tvaudio.c        2006-09-15 22:05:19.000000000 +0200
3 @@ -148,11 +148,10 @@
4  
5         if (cx88_boards[core->board].blackbird) {
6                 /* sets sound input from external adc */
7 -               if (core->board == CX88_BOARD_HAUPPAUGE_ROSLYN)
8 -                       cx_clear(AUD_CTL, EN_I2SIN_ENABLE);
9 -               else
10 -                       cx_set(AUD_CTL, EN_I2SIN_ENABLE);
11 -
12 +               cx_clear(AUD_CTL, EN_I2SIN_ENABLE);
13 +#if 0
14 +               cx_set(AUD_CTL, EN_I2SIN_ENABLE);
15 +#endif
16                 cx_write(AUD_I2SINPUTCNTL, 4);
17                 cx_write(AUD_BAUDRATE, 1);
18                 /* 'pass-thru mode': this enables the i2s output to the mpeg encoder */
This page took 0.022356 seconds and 3 git commands to generate.