Home
last modified time | relevance | path

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

/linux-6.15/sound/core/
H A Dcompress_offload.c313 case SNDRV_PCM_STATE_PREPARED: in snd_compr_write()
338 stream->runtime->state = SNDRV_PCM_STATE_PREPARED; in snd_compr_write()
368 case SNDRV_PCM_STATE_PREPARED: in snd_compr_read()
457 case SNDRV_PCM_STATE_PREPARED: in snd_compr_poll()
794 case SNDRV_PCM_STATE_PREPARED: in snd_compr_start()
813 case SNDRV_PCM_STATE_PREPARED: in snd_compr_stop()
913 case SNDRV_PCM_STATE_PREPARED: in snd_compr_drain()
965 case SNDRV_PCM_STATE_PREPARED: in snd_compr_partial_drain()
H A Dpcm_native.c761 case SNDRV_PCM_STATE_PREPARED: in snd_pcm_hw_params()
923 case SNDRV_PCM_STATE_PREPARED: in snd_pcm_hw_free()
1431 if (runtime->state != SNDRV_PCM_STATE_PREPARED) in snd_pcm_pre_start()
1887 case SNDRV_PCM_STATE_PREPARED: in snd_pcm_pre_reset()
1970 snd_pcm_set_state(substream, SNDRV_PCM_STATE_PREPARED); in snd_pcm_post_prepare()
2037 case SNDRV_PCM_STATE_PREPARED: in snd_pcm_do_drain_init()
2939 case SNDRV_PCM_STATE_PREPARED: in do_pcm_hwsync()
3632 case SNDRV_PCM_STATE_PREPARED: in snd_pcm_poll()
H A Dpcm_lib.c2211 case SNDRV_PCM_STATE_PREPARED: in pcm_accessible_state()
2333 runtime->state == SNDRV_PCM_STATE_PREPARED && in __snd_pcm_lib_xfer()
2403 runtime->state == SNDRV_PCM_STATE_PREPARED && in __snd_pcm_lib_xfer()
/linux-6.15/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h309 #define SNDRV_PCM_STATE_PREPARED ((__force snd_pcm_state_t) 2) /* stream is ready to start */ macro
/linux-6.15/include/uapi/sound/
H A Dasound.h309 #define SNDRV_PCM_STATE_PREPARED ((__force snd_pcm_state_t) 2) /* stream is ready to start */ macro
/linux-6.15/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c378 cap_subs->pcm_substream->runtime->state < SNDRV_PCM_STATE_PREPARED) { in snd_usx2y_usbpcm_hw_free()
H A Dusbusx2yaudio.c808 cap_subs->pcm_substream->runtime->state < SNDRV_PCM_STATE_PREPARED) { in snd_usx2y_pcm_hw_free()
/linux-6.15/sound/hda/
H A Dhdmi_chmap.c799 case SNDRV_PCM_STATE_PREPARED: in hdmi_chmap_ctl_put()
/linux-6.15/sound/core/oss/
H A Dpcm_oss.c1248 if (runtime->state == SNDRV_PCM_STATE_PREPARED) in snd_pcm_oss_write3()
1321 if (runtime->state == SNDRV_PCM_STATE_PREPARED) in snd_pcm_oss_writev3()