aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_tegra.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-02-19 18:06:45 +0100
committerTakashi Iwai <tiwai@suse.de>2015-02-19 21:41:32 +0100
commitb8f28d53641f13902790904ab15028ff8ecd0882 (patch)
tree9a45dc199ce631e95c877e77b86c069fb439e776 /sound/pci/hda/hda_tegra.c
parentALSA: hda - Fold hda_priv.h into hda_controller.h (diff)
downloadlinux-dev-b8f28d53641f13902790904ab15028ff8ecd0882.tar.xz
linux-dev-b8f28d53641f13902790904ab15028ff8ecd0882.zip
ALSA: hda - Drop azx_mixer_create()
It's just an indirection, so let the caller directly calling snd_hda_build_controls(). Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_tegra.c')
-rw-r--r--sound/pci/hda/hda_tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c
index 7d0d04480f48..f305c2a99206 100644
--- a/sound/pci/hda/hda_tegra.c
+++ b/sound/pci/hda/hda_tegra.c
@@ -516,7 +516,7 @@ static int hda_tegra_probe(struct platform_device *pdev)
goto out_free;
/* create mixer controls */
- err = azx_mixer_create(chip);
+ err = snd_hda_build_controls(chip->bus);
if (err < 0)
goto out_free;