Home
last modified time | relevance | path

Searched refs:capture_substream (Results 1 – 18 of 18) sorted by relevance

/linux/sound/pci/
H A Dals300.c109 struct snd_pcm_substream *capture_substream; member
194 if (chip->pcm && chip->capture_substream) { in snd_als300_interrupt()
195 data = chip->capture_substream->runtime->private_data; in snd_als300_interrupt()
197 snd_pcm_period_elapsed(chip->capture_substream); in snd_als300_interrupt()
228 if (chip->pcm && chip->capture_substream) { in snd_als300plus_interrupt()
230 data = chip->capture_substream->runtime->private_data; in snd_als300plus_interrupt()
232 snd_pcm_period_elapsed(chip->capture_substream); in snd_als300plus_interrupt()
376 chip->capture_substream = substream; in snd_als300_capture_open()
391 chip->capture_substream = NULL; in snd_als300_capture_close()
/linux/sound/i2c/other/
H A Dak4114.c457 ak4114->capture_substream = cap_substream; in snd_ak4114_build()
544 …struct snd_pcm_runtime *runtime = ak4114->capture_substream ? ak4114->capture_substream->runtime :… in snd_ak4114_check_rate_and_errors()
578 snd_pcm_stream_lock_irqsave(ak4114->capture_substream, _flags); in snd_ak4114_check_rate_and_errors()
579 if (snd_pcm_running(ak4114->capture_substream)) { in snd_ak4114_check_rate_and_errors()
580 snd_pcm_stop(ak4114->capture_substream, SNDRV_PCM_STATE_DRAINING); in snd_ak4114_check_rate_and_errors()
583 snd_pcm_stream_unlock_irqrestore(ak4114->capture_substream, _flags); in snd_ak4114_check_rate_and_errors()
/linux/include/sound/
H A Dak4114.h171 struct snd_pcm_substream *capture_substream; member
189 struct snd_pcm_substream *capture_substream);
H A Des1688.h36 struct snd_pcm_substream *capture_substream; member
H A Dad1816a.h133 struct snd_pcm_substream *capture_substream; member
H A Dcs8427.h183 struct snd_pcm_substream *capture_substream);
H A Dak4117.h174 int snd_ak4117_build(struct ak4117 *ak4117, struct snd_pcm_substream *capture_substream);
H A Dak4113.h307 struct snd_pcm_substream *capture_substream);
H A Dwss.h84 struct snd_pcm_substream *capture_substream; member
H A Dsb.h85 struct snd_pcm_substream *capture_substream; member
/linux/sound/soc/bcm/
H A Dbcm63xx-i2s.h80 struct snd_pcm_substream *capture_substream; member
H A Dbcm63xx-pcm-whistler.c251 substream = i2s_priv->capture_substream; in i2s_dma_isr()
373 i2s_priv->capture_substream = in bcm63xx_soc_pcm_new()
/linux/sound/pci/cs5535audio/
H A Dcs5535audio.h94 struct snd_pcm_substream *capture_substream; member
/linux/sound/isa/msnd/
H A Dmsnd.h268 struct snd_pcm_substream *capture_substream; member
/linux/sound/pci/riptide/
H A Driptide.c431 struct snd_pcm_substream *capture_substream; member
1088 substream[i] = chip->capture_substream; in riptide_handleirq()
1618 chip->capture_substream = substream; in snd_riptide_capture_open()
1653 chip->capture_substream = NULL; in snd_riptide_capture_close()
1914 if (chip->capture_substream && chip->capture_substream->runtime) { in snd_riptide_proc_read()
1915 data = chip->capture_substream->runtime->private_data; in snd_riptide_proc_read()
/linux/sound/pci/ymfpci/
H A Dymfpci.h367 struct snd_pcm_substream *capture_substream[YDSXG_CAPTURE_VOICES]; member
H A Dymfpci_main.c766 if (chip->capture_substream[nvoice]) in snd_ymfpci_interrupt()
767 snd_ymfpci_pcm_capture_interrupt(chip->capture_substream[nvoice]); in snd_ymfpci_interrupt()
1000 chip->capture_substream[capture_bank_number] = substream; in snd_ymfpci_capture_open()
1073 chip->capture_substream[ypcm->capture_bank_number] = NULL; in snd_ymfpci_capture_close()
/linux/sound/pci/rme9652/
H A Dhdspm.c984 struct snd_pcm_substream *capture_substream; member
5376 if (hdspm->capture_substream) in snd_hdspm_interrupt()
5377 snd_pcm_period_elapsed(hdspm->capture_substream); in snd_hdspm_interrupt()
5429 other = hdspm->capture_substream; in snd_hdspm_reset()
5725 other = hdspm->capture_substream; in snd_hdspm_trigger()
6000 if (!hdspm->capture_substream) in snd_hdspm_open()
6010 hdspm->capture_substream = substream; in snd_hdspm_open()
6073 hdspm->capture_substream = NULL; in snd_hdspm_release()
6427 hdspm->capture_substream = NULL; in snd_hdspm_create_alsa_devices()