Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_STATE_SETUP (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/sound/core/
H A Dcompress_offload.c63 * SNDRV_PCM_STATE_SETUP: When stream has been initialized. This is done by
191 stream->runtime->state == SNDRV_PCM_STATE_SETUP && in snd_compr_calc_avail()
296 case SNDRV_PCM_STATE_SETUP: in snd_compr_write()
322 if (stream->runtime->state == SNDRV_PCM_STATE_SETUP) { in snd_compr_write()
429 stream->runtime->state = SNDRV_PCM_STATE_SETUP; in snd_compr_poll()
620 stream->runtime->state = SNDRV_PCM_STATE_SETUP; in snd_compr_set_params()
737 case SNDRV_PCM_STATE_SETUP: in snd_compr_start()
759 case SNDRV_PCM_STATE_SETUP: in snd_compr_stop()
858 case SNDRV_PCM_STATE_SETUP: in snd_compr_drain()
910 case SNDRV_PCM_STATE_SETUP in snd_compr_partial_drain()
[all...]
H A Dpcm_native.c711 case SNDRV_PCM_STATE_SETUP: in snd_pcm_hw_params()
803 snd_pcm_set_state(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_hw_params()
874 case SNDRV_PCM_STATE_SETUP: in snd_pcm_hw_free()
1534 SNDRV_PCM_STATE_SETUP); in snd_pcm_drain_done()
1659 case SNDRV_PCM_STATE_SETUP: in snd_pcm_pre_suspend()
1981 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_prepare()
2022 runtime->status->state = SNDRV_PCM_STATE_SETUP; in snd_pcm_do_drain_init()
2029 runtime->status->state = SNDRV_PCM_STATE_SETUP; in snd_pcm_do_drain_init()
2040 SNDRV_PCM_STATE_DRAINING : SNDRV_PCM_STATE_SETUP; in snd_pcm_do_drain_init()
2170 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_drain()
[all...]
H A Dpcm_lib.c1893 case SNDRV_PCM_STATE_SETUP: in wait_for_avail()
2199 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in __snd_pcm_lib_xfer()
/kernel/linux/linux-6.6/sound/core/
H A Dcompress_offload.c61 * SNDRV_PCM_STATE_SETUP: When stream has been initialized. This is done by
189 stream->runtime->state == SNDRV_PCM_STATE_SETUP && in snd_compr_calc_avail()
294 case SNDRV_PCM_STATE_SETUP: in snd_compr_write()
320 if (stream->runtime->state == SNDRV_PCM_STATE_SETUP) { in snd_compr_write()
427 stream->runtime->state = SNDRV_PCM_STATE_SETUP; in snd_compr_poll()
621 stream->runtime->state = SNDRV_PCM_STATE_SETUP; in snd_compr_set_params()
760 case SNDRV_PCM_STATE_SETUP: in snd_compr_start()
782 case SNDRV_PCM_STATE_SETUP: in snd_compr_stop()
884 case SNDRV_PCM_STATE_SETUP: in snd_compr_drain()
936 case SNDRV_PCM_STATE_SETUP in snd_compr_partial_drain()
[all...]
H A Dpcm_native.c729 case SNDRV_PCM_STATE_SETUP: in snd_pcm_hw_params()
821 snd_pcm_set_state(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_hw_params()
893 case SNDRV_PCM_STATE_SETUP: in snd_pcm_hw_free()
1559 SNDRV_PCM_STATE_SETUP); in snd_pcm_drain_done()
1680 case SNDRV_PCM_STATE_SETUP: in snd_pcm_pre_suspend()
1998 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_prepare()
2039 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_SETUP); in snd_pcm_do_drain_init()
2046 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_SETUP); in snd_pcm_do_drain_init()
2057 SNDRV_PCM_STATE_DRAINING : SNDRV_PCM_STATE_SETUP; in snd_pcm_do_drain_init()
2187 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in snd_pcm_drain()
[all...]
H A Dpcm_lib.c1952 case SNDRV_PCM_STATE_SETUP: in wait_for_avail()
2284 snd_pcm_stop(substream, SNDRV_PCM_STATE_SETUP); in __snd_pcm_lib_xfer()
/kernel/linux/linux-5.10/include/sound/
H A Dcompress_driver.h192 stream->runtime->state = SNDRV_PCM_STATE_SETUP; in snd_compr_drain_notify()
/kernel/linux/linux-6.6/include/sound/
H A Dcompress_driver.h206 stream->runtime->state = SNDRV_PCM_STATE_SETUP; in snd_compr_drain_notify()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-pcm.c65 SNDRV_PCM_STATE_SETUP : in bcm2835_playback_fifo()
/kernel/linux/linux-6.6/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-pcm.c65 SNDRV_PCM_STATE_SETUP : in bcm2835_playback_fifo()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasound.h233 #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) macro
/kernel/linux/linux-5.10/sound/hda/
H A Dhdmi_chmap.c779 case SNDRV_PCM_STATE_SETUP: in hdmi_chmap_ctl_put()
/kernel/linux/linux-5.10/tools/include/uapi/sound/
H A Dasound.h312 #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) /* stream has a setup */ macro
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasound.h312 #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) /* stream has a setup */ macro
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasound.h305 #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) /* stream has a setup */ macro
/kernel/linux/linux-6.6/sound/hda/
H A Dhdmi_chmap.c779 case SNDRV_PCM_STATE_SETUP: in hdmi_chmap_ctl_put()
/kernel/linux/linux-6.6/tools/include/uapi/sound/
H A Dasound.h305 #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) /* stream has a setup */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasound.h244 #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasound.h244 #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) macro
/kernel/linux/linux-5.10/sound/core/oss/
H A Dpcm_oss.c1274 } else if (runtime->status->state == SNDRV_PCM_STATE_SETUP) { in snd_pcm_oss_read3()
1346 } else if (runtime->status->state == SNDRV_PCM_STATE_SETUP) { in snd_pcm_oss_readv3()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_oss.c1283 } else if (runtime->state == SNDRV_PCM_STATE_SETUP) { in snd_pcm_oss_read3()
1355 } else if (runtime->state == SNDRV_PCM_STATE_SETUP) { in snd_pcm_oss_readv3()
/kernel/linux/linux-5.10/sound/pci/asihpi/
H A Dasihpi.c635 s->runtime->status->state = SNDRV_PCM_STATE_SETUP; in snd_card_asihpi_trigger()
/kernel/linux/linux-6.6/sound/pci/asihpi/
H A Dasihpi.c635 __snd_pcm_set_state(s->runtime, SNDRV_PCM_STATE_SETUP); in snd_card_asihpi_trigger()

Completed in 61 milliseconds