summaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-12-19 10:14:13 +0100
committerTakashi Iwai <tiwai@suse.de>2008-12-19 10:14:13 +0100
commit4f2d23e1c3fe0abaf87fead3033c6cc3671b4d1c (patch)
treee99225b3adb7a3c0f085e1186016f96b95571483 /sound/pci
parent827057f5c12f5e10dc0279596db940aa6ddf8d9b (diff)
downloadop-kernel-dev-4f2d23e1c3fe0abaf87fead3033c6cc3671b4d1c.zip
op-kernel-dev-4f2d23e1c3fe0abaf87fead3033c6cc3671b4d1c.tar.gz
ALSA: hda - Use snd_hda_ctl_add() in patch_sigmatel.c
Fixed the call of snd_ctl_add() by replacing with snd_hda_ctl_add() so that this mixer element can be tracked for re-configuration. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_sigmatel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 71c3ccf..31662c6 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -1293,7 +1293,7 @@ static int stac92xx_build_controls(struct hda_codec *codec)
spec->spdif_mute = 1;
}
stac_smux_mixer.count = spec->num_smuxes;
- err = snd_ctl_add(codec->bus->card,
+ err = snd_hda_ctl_add(codec,
snd_ctl_new1(&stac_smux_mixer, codec));
if (err < 0)
return err;
OpenPOWER on IntegriCloud