From: Takashi Iwai Date: Mon, 27 Jan 2014 15:26:16 +0000 (+0100) Subject: ALSA: hda - Avoid unnecessary verbs write in snd_hda_activate_path() X-Git-Tag: v3.15-rc1~142^2~3^2~124^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f0972dfa9b7378aaf14eebf2454abd93a6033ad;p=pandora-kernel.git ALSA: hda - Avoid unnecessary verbs write in snd_hda_activate_path() ... by using snd_Hda_codec_update_cache() instead of *_write_cache(). Since all path elements should have been updated by this function, we are safe to assume that the cache contents are consistent. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed