Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/omap/
Domap-hdmi-audio.c66 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort()
/Linux-v4.19/sound/core/
Dpcm_native.c1307 int snd_pcm_stop(struct snd_pcm_substream *substream, snd_pcm_state_t state) in snd_pcm_stop() function
1311 EXPORT_SYMBOL(snd_pcm_stop);
1716 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_prepare()
1889 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_drain()
1926 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_drop()
Dpcm_lib.c164 snd_pcm_stop(substream, SNDRV_PCM_STATE_XRUN); in __snd_pcm_xrun()
2193 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in __snd_pcm_lib_xfer()
Dpcm.c1161 snd_pcm_stop(substream, in snd_pcm_dev_disconnect()
/Linux-v4.19/sound/i2c/other/
Dak4117.c523 snd_pcm_stop(ak4117->substream, SNDRV_PCM_STATE_DRAINING); in snd_ak4117_check_rate_and_errors()
Dak4113.c620 snd_pcm_stop(ak4113->substream, in snd_ak4113_check_rate_and_errors()
Dak4114.c608 snd_pcm_stop(ak4114->capture_substream, SNDRV_PCM_STATE_DRAINING); in snd_ak4114_check_rate_and_errors()
/Linux-v4.19/sound/soc/qcom/
Dlpass-platform.c475 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in lpass_dma_interrupt_handler()
/Linux-v4.19/sound/soc/stm/
Dstm32_spdifrx.c715 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in stm32_spdifrx_isr()
/Linux-v4.19/include/sound/
Dpcm.h580 int snd_pcm_stop(struct snd_pcm_substream *substream, snd_pcm_state_t status);
/Linux-v4.19/sound/drivers/
Daloop.c228 snd_pcm_stop(cable->streams[SNDRV_PCM_STREAM_CAPTURE]-> in loopback_check_format()