Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_bind.c119 codec->core.lazy_cache = true; in hda_codec_driver_probe()
/linux-4.4.14/sound/hda/
Dhdac_regmap.c279 return codec->lazy_cache ? 0 : -EAGAIN; in hda_reg_write()
/linux-4.4.14/include/sound/
Dhdaudio.h87 bool lazy_cache:1; /* don't wake up for writes */ member