Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/boards/
Dhaswell.c168 .ignore_pmdown_time = 1,
Dskl_rt286.c205 .ignore_pmdown_time = 1,
Dbroadwell.c214 .ignore_pmdown_time = 1,
/linux-4.4.14/sound/soc/mediatek/
Dmt8173-rt5650-rt5676.c169 .ignore_pmdown_time = 1,
/linux-4.4.14/include/sound/
Dsoc.h786 unsigned int ignore_pmdown_time:1; /* pmdown_time is ignored at stop */ member
907 bool ignore_pmdown_time; /* Doesn't benefit from pmdown delay */ member
1039 unsigned int ignore_pmdown_time:1; member
/linux-4.4.14/sound/soc/codecs/
Dtas2552.c668 .ignore_pmdown_time = true,
Dtwl6040.c1154 .ignore_pmdown_time = true,
Dwm2200.c2110 .ignore_pmdown_time = true,
/linux-4.4.14/Documentation/sound/alsa/soc/
DDPCM.txt182 .ignore_pmdown_time = 1,
/linux-4.4.14/sound/soc/
Dsoc-pcm.c139 if (!rtd->pmdown_time || rtd->dai_link->ignore_pmdown_time) in snd_soc_runtime_ignore_pmdown_time()
143 ignore &= rtd->codec_dais[i]->component->ignore_pmdown_time; in snd_soc_runtime_ignore_pmdown_time()
145 return rtd->cpu_dai->component->ignore_pmdown_time && ignore; in snd_soc_runtime_ignore_pmdown_time()
Dsoc-core.c2787 cmpnt->ignore_pmdown_time = true; in snd_soc_register_component()
3093 codec->component.ignore_pmdown_time = codec_drv->ignore_pmdown_time; in snd_soc_register_codec()