Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dhdmi.c79 .ignore_pmdown_time = true,
Dtwl6040.c1155 .ignore_pmdown_time = true,
Dwm2200.c2110 .ignore_pmdown_time = true,
/linux-4.1.27/sound/soc/intel/boards/
Dhaswell.c168 .ignore_pmdown_time = 1,
Dbroadwell.c214 .ignore_pmdown_time = 1,
/linux-4.1.27/include/sound/
Dsoc.h751 unsigned int ignore_pmdown_time:1; /* pmdown_time is ignored at stop */ member
874 bool ignore_pmdown_time; /* Doesn't benefit from pmdown delay */ member
988 unsigned int ignore_pmdown_time:1; member
/linux-4.1.27/Documentation/sound/alsa/soc/
DDPCM.txt182 .ignore_pmdown_time = 1,
/linux-4.1.27/sound/soc/
Dsoc-core.c2790 cmpnt->ignore_pmdown_time = true; in snd_soc_register_component()
3090 codec->component.ignore_pmdown_time = codec_drv->ignore_pmdown_time; in snd_soc_register_codec()
Dsoc-pcm.c121 if (!rtd->pmdown_time || rtd->dai_link->ignore_pmdown_time) in snd_soc_runtime_ignore_pmdown_time()
125 ignore &= rtd->codec_dais[i]->component->ignore_pmdown_time; in snd_soc_runtime_ignore_pmdown_time()
127 return rtd->cpu_dai->component->ignore_pmdown_time && ignore; in snd_soc_runtime_ignore_pmdown_time()