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