Home
last modified time | relevance | path

Searched refs:lazy_cache (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_bind.c135 codec->core.lazy_cache = true; in hda_codec_driver_probe()
/OK3568_Linux_fs/kernel/sound/hda/
H A Dhdac_regmap.c297 return codec->lazy_cache ? 0 : -EAGAIN; in hda_reg_write()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dhdac_hda.c478 hcodec->core.lazy_cache = true; in hdac_hda_codec_probe()
/OK3568_Linux_fs/kernel/include/sound/
H A Dhdaudio.h92 bool lazy_cache:1; /* don't wake up for writes */ member