aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/intel8x0m.c
diff options
context:
space:
mode:
authorSasha Khapyorsky <sashak@smlink.com>2005-09-29 06:58:24 -0400
committerJaroslav Kysela <perex@suse.cz>2005-11-04 07:16:59 -0500
commit2ba71978c04d4dba983b4fc658f82eae164c2bca (patch)
treeb0b6407e8b7bf5c89cd54ad7fee278f262800dc3 /sound/pci/intel8x0m.c
parent6632d198c6643294319a4ca3f614539dc1ad37a8 (diff)
[ALSA] Removing obsolete AC97_SHARED_TYPES
This patch cleans last ac97 audio/modem codec interception in initialization procedures (ac97_mixer_new()) and removes obsolete SHARED_TYPE 'locking' which prevents from AMC codecs to function correctly. Signed-off-by: Sasha Khapyorsky <sashak@smlink.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/intel8x0m.c')
-rw-r--r--sound/pci/intel8x0m.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/intel8x0m.c b/sound/pci/intel8x0m.c
index 2ac1fec5059a..15364d27804d 100644
--- a/sound/pci/intel8x0m.c
+++ b/sound/pci/intel8x0m.c
@@ -855,7 +855,6 @@ static int __devinit snd_intel8x0_mixer(intel8x0_t *chip, int ac97_clock)
855 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus)) < 0) 855 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus)) < 0)
856 goto __err; 856 goto __err;
857 pbus->private_free = snd_intel8x0_mixer_free_ac97_bus; 857 pbus->private_free = snd_intel8x0_mixer_free_ac97_bus;
858 pbus->shared_type = AC97_SHARED_TYPE_ICH; /* shared with audio driver */
859 if (ac97_clock >= 8000 && ac97_clock <= 48000) 858 if (ac97_clock >= 8000 && ac97_clock <= 48000)
860 pbus->clock = ac97_clock; 859 pbus->clock = ac97_clock;
861 chip->ac97_bus = pbus; 860 chip->ac97_bus = pbus;