Home
last modified time | relevance | path

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

/Linux-v6.1/sound/pci/emu10k1/
Demupcm.c48 if (emu->pcm_capture_substream->runtime->mode == SNDRV_PCM_MODE_FRAME) in snd_emu10k1_pcm_ac97adc_interrupt()
52 snd_pcm_period_elapsed(emu->pcm_capture_substream); in snd_emu10k1_pcm_ac97adc_interrupt()
1191 emu->pcm_capture_substream = substream; in snd_emu10k1_capture_open()
1202 emu->pcm_capture_substream = NULL; in snd_emu10k1_capture_close()
/Linux-v6.1/include/sound/
Demu10k1.h1764 struct snd_pcm_substream *pcm_capture_substream; member