Home
last modified time | relevance | path

Searched refs:reg_cache_default (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/sound/soc/
Dsoc-cache.c31 if (codec_drv->reg_cache_default) in snd_soc_cache_init()
32 codec->reg_cache = kmemdup(codec_drv->reg_cache_default, in snd_soc_cache_init()
/linux-4.4.14/sound/soc/codecs/
Dstac9766.c335 .reg_cache_default = stac9766_reg,
Dwm9705.c365 .reg_cache_default = wm9705_reg,
Dcx20442.c404 .reg_cache_default = &cx20442_reg,
Dwm9712.c683 .reg_cache_default = wm9712_reg,
Duda1380.c765 .reg_cache_default = uda1380_reg,
Dwm9713.c1239 .reg_cache_default = wm9713_reg,
Dtlv320dac33.c1453 .reg_cache_default = dac33_reg,
/linux-4.4.14/include/sound/
Dsoc.h896 const void *reg_cache_default; member