Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/
Dpcm_native.c599 __snd_pcm_set_state(substream->runtime, state); in snd_pcm_set_state()
1449 __snd_pcm_set_state(runtime, state); in snd_pcm_post_start()
1513 __snd_pcm_set_state(runtime, state); in snd_pcm_post_stop()
1633 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_PAUSED); in snd_pcm_post_pause()
1638 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_RUNNING); in snd_pcm_post_pause()
1706 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_SUSPENDED); in snd_pcm_post_suspend()
1817 __snd_pcm_set_state(runtime, runtime->suspended_state); in snd_pcm_post_resume()
2037 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_SETUP); in snd_pcm_do_drain_init()
2041 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_DRAINING); in snd_pcm_do_drain_init()
2044 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_SETUP); in snd_pcm_do_drain_init()
Dpcm.c973 __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.1.9/include/sound/
Dpcm.h695 static inline void __snd_pcm_set_state(struct snd_pcm_runtime *runtime, in __snd_pcm_set_state() function
/linux-6.1.9/sound/pci/asihpi/
Dasihpi.c635 __snd_pcm_set_state(s->runtime, SNDRV_PCM_STATE_SETUP); in snd_card_asihpi_trigger()