Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/sound/
H A Ddmaengine_pcm.h148 const char *chan_names[SNDRV_PCM_STREAM_LAST + 1];
170 struct dma_chan *chan[SNDRV_PCM_STREAM_LAST + 1];
H A Dsoc-dai.h368 unsigned int stream_active[SNDRV_PCM_STREAM_LAST + 1]; /* usage count */
H A Dpcm.h653 stream <= SNDRV_PCM_STREAM_LAST; \
/OK3568_Linux_fs/kernel/sound/usb/
H A Dmedia.h42 #define MEDIA_MIXER_PAD_MAX (SNDRV_PCM_STREAM_LAST + 2)
/OK3568_Linux_fs/kernel/sound/soc/mediatek/common/
H A Dmtk-base-afe.h12 #define MTK_STREAM_NUM (SNDRV_PCM_STREAM_LAST + 1)
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_dlp.c81 struct dma_chan *chan[SNDRV_PCM_STREAM_LAST + 1];
613 int bstream = SNDRV_PCM_STREAM_LAST - substream->stream; in dmaengine_dlp_setup()
H A Drockchip_i2s_tdm.c117 struct snd_pcm_substream *substreams[SNDRV_PCM_STREAM_LAST + 1];
133 bool is_dma_active[SNDRV_PCM_STREAM_LAST + 1];
956 int bstream = SNDRV_PCM_STREAM_LAST - stream; in rockchip_i2s_tdm_trcm_pause()
970 int bstream = SNDRV_PCM_STREAM_LAST - substream->stream; in rockchip_i2s_tdm_trcm_resume()
H A Drockchip_sai.c49 struct snd_pcm_substream *substreams[SNDRV_PCM_STREAM_LAST + 1];
50 unsigned int wait_time[SNDRV_PCM_STREAM_LAST + 1];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h178 SNDRV_PCM_STREAM_LAST = SNDRV_PCM_STREAM_CAPTURE, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h178 SNDRV_PCM_STREAM_LAST = SNDRV_PCM_STREAM_CAPTURE, enumerator
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-dai.c423 bool supported[SNDRV_PCM_STREAM_LAST + 1]; in snd_soc_dai_link_set_capabilities()
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h183 SNDRV_PCM_STREAM_LAST = SNDRV_PCM_STREAM_CAPTURE, enumerator
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h183 SNDRV_PCM_STREAM_LAST = SNDRV_PCM_STREAM_CAPTURE, enumerator
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Du_audio.c1545 for (i = 0; i <= SNDRV_PCM_STREAM_LAST; i++) { in g_audio_setup()