]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.6.17-cx88-tvaudio.patch
- http://download.filesystems.org/unionfs/unionfs-2.1/unionfs-2.1.4_for_2.6.22.6...
[packages/kernel.git] / linux-2.6.17-cx88-tvaudio.patch
CommitLineData
99ec1f2b 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.026882 seconds and 4 git commands to generate.