From: Takashi Iwai Date: Tue, 22 Jan 2013 14:24:30 +0000 (+0100) Subject: ALSA: hda - Combine snd_hda_codec_flush_*_cache() to a single function X-Git-Tag: v3.9-rc1~129^2~70^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc870f38e9faf7dd89355aae2252126688a1a372;p=pandora-kernel.git ALSA: hda - Combine snd_hda_codec_flush_*_cache() to a single function Since both snd_hda_codec_flush_amp_cache() and snd_hda_codec_flush_cmd_cache() are called usually at the same time, we can simply combine them to a single function, snd_hda_codec_flush_cache(). Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed