Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835-pcm.c63 snd_pcm_stop(substream, in bcm2835_playback_fifo()
/Linux-v5.4/sound/soc/ti/
Domap-hdmi.c57 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort()
/Linux-v5.4/sound/core/
Dpcm_native.c1310 int snd_pcm_stop(struct snd_pcm_substream *substream, snd_pcm_state_t state) in snd_pcm_stop() function
1314 EXPORT_SYMBOL(snd_pcm_stop);
1729 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_prepare()
1910 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_drain()
1946 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_drop()
Dpcm_lib.c149 snd_pcm_stop(substream, SNDRV_PCM_STATE_XRUN); in __snd_pcm_xrun()
2188 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in __snd_pcm_lib_xfer()
Dpcm.c1101 snd_pcm_stop(substream, in snd_pcm_dev_disconnect()
/Linux-v5.4/sound/soc/qcom/
Dlpass-platform.c467 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in lpass_dma_interrupt_handler()
/Linux-v5.4/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.4/sound/soc/stm/
Dstm32_spdifrx.c735 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in stm32_spdifrx_isr()
/Linux-v5.4/include/sound/
Dpcm.h560 int snd_pcm_stop(struct snd_pcm_substream *substream, snd_pcm_state_t status);
/Linux-v5.4/sound/drivers/
Daloop.c214 snd_pcm_stop(cable->streams[SNDRV_PCM_STREAM_CAPTURE]-> in loopback_check_format()