Skip to content
Commit 40ba66a7 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Add cache support for COEF read/write



The 16bit COEF read/write is pretty standard for many codecs, and they
can be cached in most cases -- more importantly, they need to be
restored at resume.  For making this easier, add the cache support to
regmap.  If the codec driver wants to cache the COEF access, set
codec->cache_coef flag and issue AC_VERB_GET_PROC_COEF with the coef
index in LSB 8 bits.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 33f81940
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment