Home
last modified time | relevance | path

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

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