Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/intel/
Dhda-common-ops.c60 .pcm_ack = hda_dsp_pcm_ack,
/linux-6.1.9/sound/soc/sof/
Dops.h485 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()
Dsof-priv.h228 int (*pcm_ack)(struct snd_sof_dev *sdev, struct snd_pcm_substream *substream); /* optional */ member