From: Takashi Iwai Date: Fri, 10 Aug 2007 15:03:40 +0000 (+0200) Subject: [ALSA] hda-codec - introduce command register cache X-Git-Tag: v2.6.24-rc1~832^2~192 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3ac56364126f78cae94eb2a75b72d9ea85aca9d;p=pandora-kernel.git [ALSA] hda-codec - introduce command register cache This patch adds the cache for codec command registers. snd_hda_codec_write_cache() and snd_hda_sequence_write_cache() do the write operations with caching, which values can be resumed via snd_hda_codec_resume_cache(). The patch introduces only the framework, and no codec code is using this cache yet. It'll be implemented in the following patch. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed