Home
last modified time | relevance | path

Searched refs:snd_pcm_stop (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835-pcm.c63 snd_pcm_stop(substream, in bcm2835_playback_fifo()
/Linux-v5.10/sound/soc/ti/
Domap-hdmi.c57 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort()
/Linux-v5.10/sound/i2c/other/
Dak4117.c508 snd_pcm_stop(ak4117->substream, SNDRV_PCM_STATE_DRAINING); in snd_ak4117_check_rate_and_errors()
Dak4113.c604 snd_pcm_stop(ak4113->substream, in snd_ak4113_check_rate_and_errors()
Dak4114.c592 snd_pcm_stop(ak4114->capture_substream, SNDRV_PCM_STATE_DRAINING); in snd_ak4114_check_rate_and_errors()
/Linux-v5.10/sound/core/
Dpcm_native.c1453 int snd_pcm_stop(struct snd_pcm_substream *substream, snd_pcm_state_t state) in snd_pcm_stop() function
1457 EXPORT_SYMBOL(snd_pcm_stop);
1908 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_prepare()
2097 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_drain()
2133 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_drop()
Dpcm_lib.c154 snd_pcm_stop(substream, SNDRV_PCM_STATE_XRUN); in __snd_pcm_xrun()
2199 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in __snd_pcm_lib_xfer()
Dpcm.c1103 snd_pcm_stop(substream, in snd_pcm_dev_disconnect()
/Linux-v5.10/sound/soc/qcom/
Dlpass-platform.c713 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in lpass_dma_interrupt_handler()
/Linux-v5.10/sound/soc/stm/
Dstm32_spdifrx.c751 snd_pcm_stop(spdifrx->substream, in stm32_spdifrx_isr()
/Linux-v5.10/include/sound/
Dpcm.h565 int snd_pcm_stop(struct snd_pcm_substream *substream, snd_pcm_state_t status);
/Linux-v5.10/sound/drivers/
Daloop.c345 snd_pcm_stop(cable->streams[SNDRV_PCM_STREAM_CAPTURE]-> in loopback_check_format()