diff options
Diffstat (limited to 'sound/pci/emu10k1/emumixer.c')
-rw-r--r-- | sound/pci/emu10k1/emumixer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/emu10k1/emumixer.c b/sound/pci/emu10k1/emumixer.c index 5a38fe71e52f..83acfa6e9317 100644 --- a/sound/pci/emu10k1/emumixer.c +++ b/sound/pci/emu10k1/emumixer.c | |||
@@ -1792,7 +1792,7 @@ int __devinit snd_emu10k1_mixer(struct snd_emu10k1 *emu, | |||
1792 | return err; | 1792 | return err; |
1793 | } | 1793 | } |
1794 | 1794 | ||
1795 | if ( emu->card_capabilities->emu1010) { | 1795 | if (emu->card_capabilities->emu_model) { |
1796 | ; /* Disable the snd_audigy_spdif_shared_spdif */ | 1796 | ; /* Disable the snd_audigy_spdif_shared_spdif */ |
1797 | } else if (emu->audigy) { | 1797 | } else if (emu->audigy) { |
1798 | if ((kctl = snd_ctl_new1(&snd_audigy_shared_spdif, emu)) == NULL) | 1798 | if ((kctl = snd_ctl_new1(&snd_audigy_shared_spdif, emu)) == NULL) |
@@ -1817,7 +1817,7 @@ int __devinit snd_emu10k1_mixer(struct snd_emu10k1 *emu, | |||
1817 | return err; | 1817 | return err; |
1818 | } | 1818 | } |
1819 | 1819 | ||
1820 | if ( emu->card_capabilities->emu1010) { | 1820 | if (emu->card_capabilities->emu_model) { |
1821 | int i; | 1821 | int i; |
1822 | 1822 | ||
1823 | for (i = 0; i < ARRAY_SIZE(snd_emu1010_output_enum_ctls); i++) { | 1823 | for (i = 0; i < ARRAY_SIZE(snd_emu1010_output_enum_ctls); i++) { |