commit | b8f28d53641f13902790904ab15028ff8ecd0882 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Feb 19 18:06:45 2015 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Feb 19 21:41:32 2015 +0100 |
tree | 9a45dc199ce631e95c877e77b86c069fb439e776 | |
parent | 89a93fea6182a71cedce9de1d901e4f379322cf3 [diff] [blame] |
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>
diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c index 7d0d044..f305c2a 100644 --- a/sound/pci/hda/hda_tegra.c +++ b/sound/pci/hda/hda_tegra.c
@@ -516,7 +516,7 @@ goto out_free; /* create mixer controls */ - err = azx_mixer_create(chip); + err = snd_hda_build_controls(chip->bus); if (err < 0) goto out_free;