Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bbcd274 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Do sequential writes in snd_hda_gen_init()



This would reduce the number of actually executed verbs.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 47d46abb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3540,6 +3540,8 @@ int snd_hda_gen_init(struct hda_codec *codec)

	snd_hda_apply_verbs(codec);

	codec->cached_write = 1;

	init_multi_out(codec);
	init_extra_out(codec);
	init_multi_io(codec);
@@ -3552,6 +3554,9 @@ int snd_hda_gen_init(struct hda_codec *codec)
	snd_hda_gen_line_automute(codec, NULL);
	snd_hda_gen_mic_autoswitch(codec, NULL);

	snd_hda_codec_flush_amp_cache(codec);
	snd_hda_codec_flush_cmd_cache(codec);

	if (spec->vmaster_mute.sw_kctl && spec->vmaster_mute.hook)
		snd_hda_sync_vmaster_hook(&spec->vmaster_mute);