Home
last modified time | relevance | path

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

12

/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()
378 chip->capture_substream = substream; in snd_als300_capture_open()
393 chip->capture_substream = NULL; in snd_als300_capture_close()
H A Drme96.c229 struct snd_pcm_substream *capture_substream; member
1125 snd_pcm_period_elapsed(rme96->capture_substream); in snd_rme96_interrupt()
1219 if (rme96->capture_substream) { in snd_rme96_capture_spdif_open()
1223 rme96->capture_substream = substream; in snd_rme96_capture_spdif_open()
1289 if (rme96->capture_substream) { in snd_rme96_capture_adat_open()
1293 rme96->capture_substream = substream; in snd_rme96_capture_adat_open()
1331 rme96->capture_substream = NULL; in snd_rme96_capture_close()
1378 sync = (rme96->playback_substream && rme96->capture_substream) && in snd_rme96_playback_trigger()
1380 rme96->capture_substream->group); in snd_rme96_playback_trigger()
1435 sync = (rme96->playback_substream && rme96->capture_substream) in snd_rme96_capture_trigger()
[all...]
H A Drme32.c192 struct snd_pcm_substream *capture_substream; member
788 if (rme32->capture_substream) { in snd_rme32_interrupt()
789 snd_pcm_period_elapsed(rme32->capture_substream); in snd_rme32_interrupt()
873 if (rme32->capture_substream != NULL) { in snd_rme32_capture_spdif_open()
877 rme32->capture_substream = substream; in snd_rme32_capture_spdif_open()
964 if (rme32->capture_substream != NULL) { in snd_rme32_capture_adat_open()
968 rme32->capture_substream = substream; in snd_rme32_capture_adat_open()
999 rme32->capture_substream = NULL; in snd_rme32_capture_close()
1050 s != rme32->capture_substream) in snd_rme32_pcm_trigger()
1394 rme32->capture_substream in snd_rme32_create()
[all...]
H A Dals4000.c530 && (chip->capture_substream)) /* capturing */ in snd_als4000_interrupt()
531 snd_pcm_period_elapsed(chip->capture_substream); in snd_als4000_interrupt()
631 chip->capture_substream = substream; in snd_als4000_capture_open()
640 chip->capture_substream = NULL; in snd_als4000_capture_close()
H A Dfm801.c213 struct snd_pcm_substream *capture_substream; member
581 if (chip->pcm && (status & FM801_IRQ_CAPTURE) && chip->capture_substream) { in snd_fm801_interrupt()
593 snd_pcm_period_elapsed(chip->capture_substream); in snd_fm801_interrupt()
672 chip->capture_substream = substream; in snd_fm801_capture_open()
694 chip->capture_substream = NULL; in snd_fm801_capture_close()
H A Des1938.c198 struct snd_pcm_substream *capture_substream; member
896 chip->capture_substream = substream; in snd_es1938_capture_open()
914 if (chip->capture_substream) in snd_es1938_playback_open()
933 chip->capture_substream = NULL; in snd_es1938_capture_close()
1596 snd_pcm_period_elapsed(chip->capture_substream); in snd_es1938_interrupt()
/linux/sound/i2c/other/
H A Dak4114.c458 ak4114->capture_substream = cap_substream; in snd_ak4114_build()
545 …struct snd_pcm_runtime *runtime = ak4114->capture_substream ? ak4114->capture_substream->runtime :… in snd_ak4114_check_rate_and_errors()
579 snd_pcm_stream_lock_irqsave(ak4114->capture_substream, _flags); in snd_ak4114_check_rate_and_errors()
580 if (snd_pcm_running(ak4114->capture_substream)) { in snd_ak4114_check_rate_and_errors()
581 snd_pcm_stop(ak4114->capture_substream, SNDRV_PCM_STATE_DRAINING); in snd_ak4114_check_rate_and_errors()
584 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
/linux/sound/soc/bcm/
H A Dbcm63xx-i2s.h80 struct snd_pcm_substream *capture_substream; member
/linux/sound/sparc/
H A Damd7930.c326 struct snd_pcm_substream *capture_substream; member
531 snd_pcm_period_elapsed(amd->capture_substream); in snd_amd7930_interrupt()
703 amd->capture_substream = substream; in snd_amd7930_capture_open()
720 amd->capture_substream = NULL; in snd_amd7930_capture_close()
H A Dcs4231.c96 struct snd_pcm_substream *capture_substream; member
470 chip->capture_substream, in cs4231_dma_trigger()
495 } else if (s == chip->capture_substream) { in snd_cs4231_trigger()
970 chip->capture_substream->runtime->overrange++; in snd_cs4231_overrange()
985 snd_pcm_period_elapsed(chip->capture_substream); in snd_cs4231_capture_callback()
986 snd_cs4231_advance_dma(&chip->c_dma, chip->capture_substream, in snd_cs4231_capture_callback()
1165 chip->capture_substream = substream; in snd_cs4231_capture_open()
1188 chip->capture_substream = NULL; in snd_cs4231_capture_close()
/linux/sound/isa/sb/
H A Dsb8_main.c376 substream = chip->capture_substream; in snd_sb8dsp_interrupt()
480 chip->capture_substream = substream; in snd_sb8_open()
532 chip->capture_substream = NULL; in snd_sb8_close()
H A Dsb16_main.c393 snd_pcm_period_elapsed(chip->capture_substream); in snd_sb16dsp_interrupt()
410 snd_pcm_period_elapsed(chip->capture_substream); in snd_sb16dsp_interrupt()
624 chip->capture_substream = substream; in snd_sb16_capture_open()
636 chip->capture_substream = NULL; in snd_sb16_capture_close()
/linux/sound/pci/cs5535audio/
H A Dcs5535audio.h94 struct snd_pcm_substream *capture_substream; member
/linux/sound/pci/rme9652/
H A Drme9652.c223 struct snd_pcm_substream *capture_substream; member
1805 if (rme9652->capture_substream) { in snd_rme9652_interrupt()
1906 other = rme9652->capture_substream; in snd_rme9652_reset()
2059 other = rme9652->capture_substream; in snd_rme9652_trigger()
2236 if (rme9652->capture_substream == NULL) { in snd_rme9652_playback_open()
2301 rme9652->capture_substream = substream; in snd_rme9652_capture_open()
2326 rme9652->capture_substream = NULL; in snd_rme9652_capture_release()
2501 rme9652->capture_substream = NULL; in snd_rme9652_create()
/linux/sound/isa/wss/
H A Dwss_lib.c494 } else if (s == chip->capture_substream) { in snd_wss_trigger()
1072 chip->capture_substream->runtime->overrange++; in snd_wss_overrange()
1097 if (chip->capture_substream) { in snd_wss_interrupt()
1099 snd_pcm_period_elapsed(chip->capture_substream); in snd_wss_interrupt()
1109 if (chip->capture_substream) { in snd_wss_interrupt()
1111 snd_pcm_period_elapsed(chip->capture_substream); in snd_wss_interrupt()
1549 chip->capture_substream = substream; in snd_wss_capture_open()
1568 chip->capture_substream = NULL; in snd_wss_capture_close()
/linux/sound/isa/ad1816a/
H A Dad1816a_lib.c308 if ((status & AD1816A_CAPTURE_IRQ_PENDING) && chip->capture_substream) in snd_ad1816a_interrupt()
309 snd_pcm_period_elapsed(chip->capture_substream); in snd_ad1816a_interrupt()
452 chip->capture_substream = substream; in snd_ad1816a_capture_open()
469 chip->capture_substream = NULL; in snd_ad1816a_capture_close()
/linux/sound/isa/es1688/
H A Des1688_lib.c465 snd_pcm_period_elapsed(chip->capture_substream); in snd_es1688_interrupt()
542 if (chip->capture_substream != NULL) in snd_es1688_playback_open()
558 chip->capture_substream = substream; in snd_es1688_capture_open()
577 chip->capture_substream = NULL; in snd_es1688_capture_close()
/linux/sound/isa/msnd/
H A Dmsnd.h269 struct snd_pcm_substream *capture_substream; member

12