Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/sound/
Dhdaudio.h81 bool cache_coef:1; /* cache COEF read/write too */ member