aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/emu10k1/emumixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/emu10k1/emumixer.c')
-rw-r--r--sound/pci/emu10k1/emumixer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/emu10k1/emumixer.c b/sound/pci/emu10k1/emumixer.c
index 98fb8139427..306fe4aa4aa 100644
--- a/sound/pci/emu10k1/emumixer.c
+++ b/sound/pci/emu10k1/emumixer.c
@@ -959,7 +959,9 @@ int __devinit snd_emu10k1_mixer(struct snd_emu10k1 *emu,
959 return err; 959 return err;
960 } 960 }
961 961
962 if (emu->audigy) { 962 if ( emu->card_capabilities->emu1212m) {
963 ; /* Disable the snd_audigy_spdif_shared_spdif */
964 } else if (emu->audigy) {
963 if ((kctl = snd_ctl_new1(&snd_audigy_shared_spdif, emu)) == NULL) 965 if ((kctl = snd_ctl_new1(&snd_audigy_shared_spdif, emu)) == NULL)
964 return -ENOMEM; 966 return -ENOMEM;
965 if ((err = snd_ctl_add(card, kctl))) 967 if ((err = snd_ctl_add(card, kctl)))