From 9e6420d5cdabc2a16737b9b5100b0056dd9dddf7 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 13 Jun 2012 16:47:32 +0200 Subject: [PATCH] --- yaml --- r: 310803 b: refs/heads/master c: 2e8b2b29d1f904353c3e54b342ccb8c66390dab8 h: refs/heads/master i: 310801: 24e7e770a9e751021dd2000ddb8e9af9c8d90260 310799: a0304398a265aa215550e341f1e859141d6a393a v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_conexant.c | 2 +- trunk/sound/pci/hda/patch_realtek.c | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 86fec9a69e3b..b757ca14fe7c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: edfe3bfc1b779ddda9bcff523eb022dda37b93c8 +refs/heads/master: 2e8b2b29d1f904353c3e54b342ccb8c66390dab8 diff --git a/trunk/sound/pci/hda/patch_conexant.c b/trunk/sound/pci/hda/patch_conexant.c index 3acb5824ad39..172370b3793b 100644 --- a/trunk/sound/pci/hda/patch_conexant.c +++ b/trunk/sound/pci/hda/patch_conexant.c @@ -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); diff --git a/trunk/sound/pci/hda/patch_realtek.c b/trunk/sound/pci/hda/patch_realtek.c index b8966817ccfb..f8f4906e498d 100644 --- a/trunk/sound/pci/hda/patch_realtek.c +++ b/trunk/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);