ALSA: hda - Combine snd_hda_codec_flush_*_cache() to a single function
authorTakashi Iwai <tiwai@suse.de>
Tue, 22 Jan 2013 14:24:30 +0000 (15:24 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 22 Jan 2013 14:25:25 +0000 (15:25 +0100)
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 <tiwai@suse.de>

No differences found