Home
last modified time | relevance | path

Searched refs:pcm_capture_efx_substream (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/sound/pci/emu10k1/
Demupcm.c72 if (emu->pcm_capture_efx_substream->runtime->mode == SNDRV_PCM_MODE_FRAME) in snd_emu10k1_pcm_efx_interrupt()
76 snd_pcm_period_elapsed(emu->pcm_capture_efx_substream); in snd_emu10k1_pcm_efx_interrupt()
1338 emu->pcm_capture_efx_substream = substream; in snd_emu10k1_capture_efx_open()
1348 emu->pcm_capture_efx_substream = NULL; in snd_emu10k1_capture_efx_close()
/Linux-v5.15/include/sound/
Demu10k1.h1766 struct snd_pcm_substream *pcm_capture_efx_substream; member