Searched refs:is_chain_dma_supported (Results 1 – 3 of 3) sorted by relevance
89 .is_chain_dma_supported = hda_is_chain_dma_supported,
587 if (sof_ops(sdev) && sof_ops(sdev)->is_chain_dma_supported) in snd_sof_is_chain_dma_supported()588 return sof_ops(sdev)->is_chain_dma_supported(sdev, dai_type); in snd_sof_is_chain_dma_supported()
361 bool (*is_chain_dma_supported)(struct snd_sof_dev *sdev, u32 dai_type); /* optional */ member