linux/sound/pci/hda
Takashi Iwai b3ac563641 [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 <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
2007-10-16 15:58:41 +02:00
..
Makefile
hda_codec.c [ALSA] hda-codec - introduce command register cache 2007-10-16 15:58:41 +02:00
hda_codec.h [ALSA] hda-codec - introduce command register cache 2007-10-16 15:58:41 +02:00
hda_generic.c
hda_hwdep.c
hda_intel.c
hda_local.h [ALSA] hda-codec - introduce command register cache 2007-10-16 15:58:41 +02:00
hda_patch.h
hda_proc.c
patch_analog.c
patch_atihdmi.c
patch_cmedia.c
patch_conexant.c
patch_realtek.c
patch_si3054.c
patch_sigmatel.c
patch_via.c