Home
last modified time | relevance | path

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

/linux-4.4.14/sound/hda/
Dhdac_regmap.c41 return !codec->cache_coef; in hda_volatile_reg()
81 return codec->cache_coef; in hda_writeable_reg()
206 if (!codec->cache_coef) in hda_reg_read_coef()
224 if (!codec->cache_coef) in hda_reg_write_coef()
/linux-4.4.14/include/sound/
Dhdaudio.h89 bool cache_coef:1; /* cache COEF read/write too */ member