diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-06-02 11:45:53 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-06-02 11:45:53 +0200 |
commit | d2cd74b158d7214a556226e3312f9fb1de64d7ae (patch) | |
tree | 4a03d56c48d3f02446d07de937bd92af192d57f8 /sound/pci/emu10k1/emu10k1_main.c | |
parent | a5003fc04113c217370409beac812831cbf6e0ac (diff) | |
download | blackbird-op-linux-d2cd74b158d7214a556226e3312f9fb1de64d7ae.tar.gz blackbird-op-linux-d2cd74b158d7214a556226e3312f9fb1de64d7ae.zip |
[ALSA] emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2
On Audigy2 Platinum, the Analog/Digital mixer switch is inverted.
https://bugzilla.novell.com/show_bug.cgi?id=396204
The patch adds a simple workaround.
There might be another device requiring a similar fix, too (or fix for
audigy2 generically), but right now I fix only the known broken one.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/emu10k1/emu10k1_main.c')
-rw-r--r-- | sound/pci/emu10k1/emu10k1_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c index 548c9cc81af5..2f283ea6ad9a 100644 --- a/sound/pci/emu10k1/emu10k1_main.c +++ b/sound/pci/emu10k1/emu10k1_main.c @@ -1528,6 +1528,7 @@ static struct snd_emu_chip_details emu_chip_details[] = { .ca0151_chip = 1, .spk71 = 1, .spdif_bug = 1, + .invert_shared_spdif = 1, /* digital/analog switch swapped */ .adc_1361t = 1, /* 24 bit capture instead of 16bit. Fixes ALSA bug#324 */ .ac97_chip = 1} , {.vendor = 0x1102, .device = 0x0004, .revision = 0x04, |