Home
last modified time | relevance | path

Searched refs:__snd_pcm_set_state (Results 1 – 5 of 5) sorted by relevance

/linux/sound/core/
H A Dpcm_native.c620 __snd_pcm_set_state(substream->runtime, state); in snd_pcm_set_state()
1440 __snd_pcm_set_state(substream->runtime, SNDRV_PCM_STATE_XRUN); in snd_pcm_do_start()
1461 __snd_pcm_set_state(runtime, state); in snd_pcm_post_start()
1525 __snd_pcm_set_state(runtime, state); in snd_pcm_post_stop()
1638 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_PAUSED); in snd_pcm_post_pause()
1643 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_RUNNING); in snd_pcm_post_pause()
1711 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_SUSPENDED); in snd_pcm_post_suspend()
1819 __snd_pcm_set_state(runtime, runtime->suspended_state); in snd_pcm_post_resume()
2032 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_SETUP); in snd_pcm_do_drain_init()
2036 __snd_pcm_set_state(runtim in snd_pcm_do_drain_init()
[all...]
H A Dpcm.c965 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_OPEN); in snd_pcm_attach_substream()
1106 __snd_pcm_set_state(substream->runtime, in snd_pcm_dev_disconnect()
/linux/sound/soc/intel/avs/
H A Dpcm.c1088 __snd_pcm_set_state(data->substream->runtime, in avs_component_pm_op()
1101 __snd_pcm_set_state(data->substream->runtime, in avs_component_pm_op()
/linux/include/sound/
H A Dpcm.h725 static inline void __snd_pcm_set_state(struct snd_pcm_runtime *runtime, in __snd_pcm_set_state() function
/linux/sound/pci/asihpi/
H A Dasihpi.c628 __snd_pcm_set_state(s->runtime, SNDRV_PCM_STATE_SETUP); in snd_card_asihpi_trigger()