Searched refs:__snd_pcm_set_state (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/sound/core/ |
A D | pcm_native.c | 599 __snd_pcm_set_state(substream->runtime, state); in snd_pcm_set_state() 1434 __snd_pcm_set_state(substream->runtime, SNDRV_PCM_STATE_XRUN); in snd_pcm_do_start() 1455 __snd_pcm_set_state(runtime, state); in snd_pcm_post_start() 1519 __snd_pcm_set_state(runtime, state); in snd_pcm_post_stop() 1639 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_PAUSED); in snd_pcm_post_pause() 1644 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_RUNNING); in snd_pcm_post_pause() 1712 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_SUSPENDED); in snd_pcm_post_suspend() 1823 __snd_pcm_set_state(runtime, runtime->suspended_state); in snd_pcm_post_resume() 2043 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_SETUP); in snd_pcm_do_drain_init() 2047 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_DRAINING); in snd_pcm_do_drain_init() [all …]
|
A D | pcm.c | 973 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_OPEN); in snd_pcm_attach_substream() 1115 __snd_pcm_set_state(substream->runtime, in snd_pcm_dev_disconnect()
|
/linux-6.3-rc2/sound/soc/intel/avs/ |
A D | pcm.c | 936 __snd_pcm_set_state(data->substream->runtime, in avs_component_pm_op() 949 __snd_pcm_set_state(data->substream->runtime, in avs_component_pm_op()
|
/linux-6.3-rc2/include/sound/ |
A D | pcm.h | 695 static inline void __snd_pcm_set_state(struct snd_pcm_runtime *runtime, in __snd_pcm_set_state() function
|
/linux-6.3-rc2/sound/pci/asihpi/ |
A D | asihpi.c | 635 __snd_pcm_set_state(s->runtime, SNDRV_PCM_STATE_SETUP); in snd_card_asihpi_trigger()
|
Completed in 24 milliseconds