Searched refs:pcm_trigger (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/sound/soc/sof/intel/ |
A D | hda-common-ops.c | 54 .pcm_trigger = hda_dsp_pcm_trigger,
|
/linux-6.3-rc2/drivers/most/ |
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,
|
/linux-6.3-rc2/sound/soc/sof/ |
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()
|
A D | sof-priv.h | 240 int (*pcm_trigger)(struct snd_sof_dev *sdev, member
|
/linux-6.3-rc2/sound/pci/echoaudio/ |
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,
|
Completed in 15 milliseconds