Home
last modified time | relevance | path

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

/linux-6.15/include/sound/
H A Ddmaengine_pcm.h151 const char *chan_names[SNDRV_PCM_STREAM_LAST + 1];
173 struct dma_chan *chan[SNDRV_PCM_STREAM_LAST + 1];
H A Dsoc_sdw_utils.h114 u32 link_mask[SNDRV_PCM_STREAM_LAST + 1];
115 int num_devs[SNDRV_PCM_STREAM_LAST + 1];
H A Dsoc-dai.h446 struct snd_soc_dai_stream stream[SNDRV_PCM_STREAM_LAST + 1];
H A Dsoc.h1140 struct snd_soc_dpcm_runtime dpcm[SNDRV_PCM_STREAM_LAST + 1];
1141 struct snd_soc_dapm_widget *c2c_widget[SNDRV_PCM_STREAM_LAST + 1];
H A Dpcm.h701 stream <= SNDRV_PCM_STREAM_LAST; \
/linux-6.15/sound/usb/
H A Dmedia.h42 #define MEDIA_MIXER_PAD_MAX (SNDRV_PCM_STREAM_LAST + 2)
/linux-6.15/sound/virtio/
H A Dvirtio_pcm.h92 struct virtio_pcm_stream streams[SNDRV_PCM_STREAM_LAST + 1];
/linux-6.15/sound/soc/mediatek/common/
H A Dmtk-base-afe.h14 #define MTK_STREAM_NUM (SNDRV_PCM_STREAM_LAST + 1)
/linux-6.15/sound/soc/mediatek/mt8365/
H A Dmt8365-afe-common.h225 bool prepared[SNDRV_PCM_STREAM_LAST + 1];
/linux-6.15/sound/soc/apple/
H A Dmca.c134 struct dma_chan *dma_chans[SNDRV_PCM_STREAM_LAST + 1];
136 bool port_started[SNDRV_PCM_STREAM_LAST + 1];
139 bool clocks_in_use[SNDRV_PCM_STREAM_LAST + 1];
/linux-6.15/sound/soc/rockchip/
H A Drockchip_i2s_tdm.c491 stream = SNDRV_PCM_STREAM_LAST - substream->stream; in rockchip_i2s_tdm_xfer_pause()
505 stream = SNDRV_PCM_STREAM_LAST - substream->stream; in rockchip_i2s_tdm_xfer_resume()
/linux-6.15/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h169 SNDRV_PCM_STREAM_LAST = SNDRV_PCM_STREAM_CAPTURE, enumerator
/linux-6.15/include/uapi/sound/
H A Dasound.h169 SNDRV_PCM_STREAM_LAST = SNDRV_PCM_STREAM_CAPTURE, enumerator
/linux-6.15/drivers/usb/gadget/function/
H A Du_audio.c1319 for (i = 0; i <= SNDRV_PCM_STREAM_LAST; i++) { in g_audio_setup()