]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ALSA: hda/realtek - Use alc_write_coef_idx() in alc269_quanta_automake()
authorTakashi Iwai <tiwai@suse.de>
Mon, 18 Aug 2014 11:49:35 +0000 (13:49 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 19 Aug 2014 06:04:32 +0000 (08:04 +0200)
Just a refactoring.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c

index c9a7a2d237da46cd162c25d618f48c26342e3080..75614e53e60c63caf67cdbc35d0c889ebfa07541 100644 (file)
@@ -3355,15 +3355,8 @@ static void alc269_quanta_automute(struct hda_codec *codec)
 {
        snd_hda_gen_update_outputs(codec);
 
-       snd_hda_codec_write(codec, 0x20, 0,
-                       AC_VERB_SET_COEF_INDEX, 0x0c);
-       snd_hda_codec_write(codec, 0x20, 0,
-                       AC_VERB_SET_PROC_COEF, 0x680);
-
-       snd_hda_codec_write(codec, 0x20, 0,
-                       AC_VERB_SET_COEF_INDEX, 0x0c);
-       snd_hda_codec_write(codec, 0x20, 0,
-                       AC_VERB_SET_PROC_COEF, 0x480);
+       alc_write_coef_idx(codec, 0x0c, 0x680);
+       alc_write_coef_idx(codec, 0x0c, 0x480);
 }
 
 static void alc269_fixup_quanta_mute(struct hda_codec *codec,