Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm_native.c622 * snd_pcm_set_state - Set the PCM runtime state with stream lock in snd_pcm_set_state()
626 void snd_pcm_set_state(struct snd_pcm_substream *substream, in snd_pcm_set_state()
633 EXPORT_SYMBOL_GPL(snd_pcm_set_state); in snd_pcm_timer_notify()
882 snd_pcm_set_state(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_hw_params()
897 snd_pcm_set_state(substream, SNDRV_PCM_STATE_OPEN); in snd_pcm_hw_params_user()
965 snd_pcm_set_state(substream, SNDRV_PCM_STATE_OPEN); in snd_pcm_sw_params()
2004 snd_pcm_set_state(substream, SNDRV_PCM_STATE_PREPARED); in snd_pcm_prepare()
621 static void snd_pcm_set_state(struct snd_pcm_substream *substream, snd_pcm_set_state() function