Home
last modified time | relevance | path

Searched refs:cache_coef (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/sound/hda/
Dhdac_regmap.c45 return !codec->cache_coef; in hda_volatile_reg()
85 return codec->cache_coef; in hda_writeable_reg()
210 if (!codec->cache_coef) in hda_reg_read_coef()
228 if (!codec->cache_coef) in hda_reg_write_coef()
/linux-6.6.21/include/sound/
Dhdaudio.h97 bool cache_coef:1; /* cache COEF read/write too */ member