Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-common-ops.c56 .pcm_ack = hda_dsp_pcm_ack,
/openbmc/linux/sound/soc/sof/
H A Dops.h508 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()
H A Dsof-priv.h253 int (*pcm_ack)(struct snd_sof_dev *sdev, struct snd_pcm_substream *substream); /* optional */ member