Home
last modified time | relevance | path

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

/Linux-v6.1/sound/core/
Dpcm_native.c599 __snd_pcm_set_state(substream->runtime, state); in snd_pcm_set_state()
1447 __snd_pcm_set_state(runtime, state); in snd_pcm_post_start()
1511 __snd_pcm_set_state(runtime, state); in snd_pcm_post_stop()
1631 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_PAUSED); in snd_pcm_post_pause()
1636 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_RUNNING); in snd_pcm_post_pause()
1704 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_SUSPENDED); in snd_pcm_post_suspend()
1815 __snd_pcm_set_state(runtime, runtime->suspended_state); in snd_pcm_post_resume()
2035 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_SETUP); in snd_pcm_do_drain_init()
2039 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_DRAINING); in snd_pcm_do_drain_init()
2042 __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-v6.1/include/sound/
Dpcm.h695 static inline void __snd_pcm_set_state(struct snd_pcm_runtime *runtime, in __snd_pcm_set_state() function
/Linux-v6.1/sound/pci/asihpi/
Dasihpi.c635 __snd_pcm_set_state(s->runtime, SNDRV_PCM_STATE_SETUP); in snd_card_asihpi_trigger()