Searched refs:pcm_trigger (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-common-ops.c | 54 .pcm_trigger = hda_dsp_pcm_trigger,
|
/openbmc/linux/drivers/most/ |
H A D | most_snd.c | 370 static int pcm_trigger(struct snd_pcm_substream *substream, int cmd) in pcm_trigger() function 412 .trigger = pcm_trigger,
|
/openbmc/linux/sound/soc/sof/ |
H A D | ops.h | 459 if (sof_ops(sdev) && sof_ops(sdev)->pcm_trigger) in snd_sof_pcm_platform_trigger() 460 return sof_ops(sdev)->pcm_trigger(sdev, substream, cmd); in snd_sof_pcm_platform_trigger()
|
H A D | sof-priv.h | 244 int (*pcm_trigger)(struct snd_sof_dev *sdev, member
|
/openbmc/linux/sound/pci/echoaudio/ |
H A D | echoaudio.c | 749 static int pcm_trigger(struct snd_pcm_substream *substream, int cmd) in pcm_trigger() function 855 .trigger = pcm_trigger, 864 .trigger = pcm_trigger, 875 .trigger = pcm_trigger, 885 .trigger = pcm_trigger,
|