]> git.hungrycats.org Git - linux/commitdiff
ALSA CVS update
authorJaroslav Kysela <perex@suse.cz>
Thu, 25 Sep 2003 16:43:54 +0000 (18:43 +0200)
committerJaroslav Kysela <perex@suse.cz>
Thu, 25 Sep 2003 16:43:54 +0000 (18:43 +0200)
D:2003/09/01 10:20:56
C:ICE1712 driver
A:Takashi Iwai <tiwai@suse.de>
F:pci/ice1712/aureon.c:1.2->1.3
L:fixed the SPDIF bit on aureon boards.
L:spdif out should work now.

sound/pci/ice1712/aureon.c

index c5ab6c0662b72e79c48e07f0ca1931dfad4145f6..ac470690be930fd5d636906bde1b91b98dcd06ab 100644 (file)
@@ -457,7 +457,7 @@ static unsigned char aureon51_eeprom[] __devinitdata = {
        0x12,   /* SYSCONF: clock 512, mpu401, spdif-in/ADC, 3DACs */
        0x80,   /* ACLINK: I2S */
        0xf8,   /* I2S: vol, 96k, 24bit, 192k */
-       0xc2,   /* SPDIF: out-en, out-int, spdif-in */
+       0xc3,   /* SPDIF: out-en, out-int, spdif-in */
        0xff,   /* GPIO_DIR */
        0xff,   /* GPIO_DIR1 */
        0xbf,   /* GPIO_DIR2 */
@@ -473,7 +473,7 @@ static unsigned char aureon71_eeprom[] __devinitdata = {
        0x13,   /* SYSCONF: clock 512, mpu401, spdif-in/ADC, 4DACs */
        0x80,   /* ACLINK: I2S */
        0xf8,   /* I2S: vol, 96k, 24bit, 192k */
-       0xc2,   /* SPDIF: out-en, out-int, spdif-in */
+       0xc3,   /* SPDIF: out-en, out-int, spdif-in */
        0xff,   /* GPIO_DIR */
        0xff,   /* GPIO_DIR1 */
        0xbf,   /* GPIO_DIR2 */