Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dhda-common-ops.c89 .is_chain_dma_supported = hda_is_chain_dma_supported,
/linux/sound/soc/sof/
H A Dops.h587 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()
H A Dsof-priv.h361 bool (*is_chain_dma_supported)(struct snd_sof_dev *sdev, u32 dai_type); /* optional */ member