| /linux/sound/pci/ |
| H A D | als300.c | 109 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()
|
| H A D | als4000.c | 523 && (chip->capture_substream)) /* capturing */ in snd_als4000_interrupt() 524 snd_pcm_period_elapsed(chip->capture_substream); in snd_als4000_interrupt() 624 chip->capture_substream = substream; in snd_als4000_capture_open() 633 chip->capture_substream = NULL; in snd_als4000_capture_close()
|
| /linux/sound/i2c/other/ |
| H A D | ak4114.c | 457 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/sound/usb/usx2y/ |
| H A D | us144mkii_capture.c | 20 tascam->capture_substream = substream; in tascam_capture_open() 39 tascam->capture_substream = NULL; in tascam_capture_close() 161 struct snd_pcm_substream *substream = tascam->capture_substream; in tascam_capture_work_handler()
|
| H A D | us144mkii_playback.c | 287 capture_ss = tascam->capture_substream; in feedback_urb_complete() 454 if (tascam->capture_substream) in tascam_stop_pcm_work_handler() 455 snd_pcm_stop(tascam->capture_substream, SNDRV_PCM_STATE_XRUN); in tascam_stop_pcm_work_handler()
|
| /linux/include/sound/ |
| H A D | ak4114.h | 171 struct snd_pcm_substream *capture_substream; member 189 struct snd_pcm_substream *capture_substream);
|
| H A D | es1688.h | 36 struct snd_pcm_substream *capture_substream; member
|
| H A D | ad1816a.h | 133 struct snd_pcm_substream *capture_substream; member
|
| H A D | cs8427.h | 183 struct snd_pcm_substream *capture_substream);
|
| H A D | ak4117.h | 174 int snd_ak4117_build(struct ak4117 *ak4117, struct snd_pcm_substream *capture_substream);
|
| H A D | ak4113.h | 307 struct snd_pcm_substream *capture_substream);
|
| H A D | wss.h | 84 struct snd_pcm_substream *capture_substream; member
|
| H A D | sb.h | 85 struct snd_pcm_substream *capture_substream; member
|
| /linux/sound/soc/bcm/ |
| H A D | bcm63xx-i2s.h | 80 struct snd_pcm_substream *capture_substream; member
|
| H A D | bcm63xx-pcm-whistler.c | 251 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 D | cs5535audio.h | 94 struct snd_pcm_substream *capture_substream; member
|
| /linux/sound/isa/msnd/ |
| H A D | msnd.h | 270 struct snd_pcm_substream *capture_substream; 268 struct snd_pcm_substream *capture_substream; global() member
|
| /linux/sound/pci/riptide/ |
| H A D | riptide.c | 431 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 D | ymfpci.h | 367 struct snd_pcm_substream *capture_substream[YDSXG_CAPTURE_VOICES]; member
|
| H A D | ymfpci_main.c | 766 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 D | hdspm.c | 984 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()
|