Home
last modified time | relevance | path

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

/openbmc/linux/sound/hda/
H A 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()
/openbmc/linux/include/sound/
H A Dhdaudio.h97 bool cache_coef:1; /* cache COEF read/write too */ member