diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-06-13 16:47:32 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-06-13 16:47:32 +0200 |
commit | 2e8b2b29d1f904353c3e54b342ccb8c66390dab8 (patch) | |
tree | 0797b0d93abee541916d28dabf5d9901e30bcae8 /sound/pci/hda/patch_realtek.c | |
parent | edfe3bfc1b779ddda9bcff523eb022dda37b93c8 (diff) | |
download | blackbird-obmc-linux-2e8b2b29d1f904353c3e54b342ccb8c66390dab8.tar.gz blackbird-obmc-linux-2e8b2b29d1f904353c3e54b342ccb8c66390dab8.zip |
ALSA: hda - Don't forget to call init verbs added by fixup list
During the split to the auto-parser helper functions, the actual call
of init verbs was lost.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43366
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index b8966817ccfb..f8f4906e498d 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -1896,6 +1896,7 @@ static int alc_init(struct hda_codec *codec) alc_fix_pll(codec); alc_auto_init_amp(codec, spec->init_amp); + snd_hda_gen_apply_verbs(codec); alc_init_special_input_src(codec); alc_auto_init_std(codec); |