bool use_dai_pcm_id; /* use DAI link PCM ID as PCM device number */
int be_pcm_base; /* base device ID for all BE PCMs */
- unsigned int start_dma_last;
-
#ifdef CONFIG_DEBUG_FS
const char *debugfs_prefix;
#endif
/* Do not create a PCM for this DAI link (Backend link) */
unsigned int ignore:1;
- /* This flag will reorder stop sequence. By enabling this flag
- * DMA controller stop sequence will be invoked first followed by
- * CPU DAI driver stop sequence
- */
- unsigned int stop_dma_first:1;
-
#ifdef CONFIG_SND_SOC_TOPOLOGY
struct snd_soc_dobj dobj; /* For topology */
#endif
stop < 0 || stop >= SND_SOC_TRIGGER_ORDER_MAX)
return -EINVAL;
- /* REMOVE ME */
- for_each_rtd_components(rtd, i, component) {
- if (component->driver->start_dma_last) {
- start = SND_SOC_TRIGGER_ORDER_LDC;
- break;
- }
- }
- if (rtd->dai_link->stop_dma_first)
- stop = SND_SOC_TRIGGER_ORDER_LDC;
-
/*
* START
*/