Home
last modified time | relevance | path

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

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