]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ALSA: hda - Don't forget to call init verbs added by fixup list
authorTakashi Iwai <tiwai@suse.de>
Wed, 13 Jun 2012 14:47:32 +0000 (16:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 13 Jun 2012 14:47:32 +0000 (16:47 +0200)
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>
sound/pci/hda/patch_conexant.c
sound/pci/hda/patch_realtek.c

index 3acb5824ad39e95e354491c2336a445cd796745e..172370b3793b4a337877c7140373400292913bc3 100644 (file)
@@ -4061,7 +4061,7 @@ static void cx_auto_init_digital(struct hda_codec *codec)
 static int cx_auto_init(struct hda_codec *codec)
 {
        struct conexant_spec *spec = codec->spec;
-       /*snd_hda_sequence_write(codec, cx_auto_init_verbs);*/
+       snd_hda_gen_apply_verbs(codec);
        cx_auto_init_output(codec);
        cx_auto_init_input(codec);
        cx_auto_init_digital(codec);
index b8966817ccfb7bdb804d7c0826672e54100c4e19..f8f4906e498ddd447ff27df2d33b3bf51282af86 100644 (file)
@@ -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);