Searched refs:pcm_ack (Results 1 – 3 of 3) sorted by relevance
60 .pcm_ack = hda_dsp_pcm_ack,
485 if (sof_ops(sdev) && sof_ops(sdev)->pcm_ack) in snd_sof_pcm_platform_ack()486 return sof_ops(sdev)->pcm_ack(sdev, substream); in snd_sof_pcm_platform_ack()
228 int (*pcm_ack)(struct snd_sof_dev *sdev, struct snd_pcm_substream *substream); /* optional */ member