Symbol: SNDRV_PCM_STREAM_LAST
drivers/usb/gadget/function/u_audio.c
1317
for (i = 0; i <= SNDRV_PCM_STREAM_LAST; i++) {
include/sound/dmaengine_pcm.h
154
const char *chan_names[SNDRV_PCM_STREAM_LAST + 1];
include/sound/dmaengine_pcm.h
176
struct dma_chan *chan[SNDRV_PCM_STREAM_LAST + 1];
include/sound/pcm.h
701
stream <= SNDRV_PCM_STREAM_LAST; \
include/sound/soc-dai.h
463
struct snd_soc_dai_stream stream[SNDRV_PCM_STREAM_LAST + 1];
include/sound/soc.h
1146
struct snd_soc_dpcm_runtime dpcm[SNDRV_PCM_STREAM_LAST + 1];
include/sound/soc.h
1147
struct snd_soc_dapm_widget *c2c_widget[SNDRV_PCM_STREAM_LAST + 1];
include/sound/soc_sdw_utils.h
126
u32 link_mask[SNDRV_PCM_STREAM_LAST + 1];
include/sound/soc_sdw_utils.h
127
int num_devs[SNDRV_PCM_STREAM_LAST + 1];
sound/soc/apple/mca.c
134
struct dma_chan *dma_chans[SNDRV_PCM_STREAM_LAST + 1];
sound/soc/apple/mca.c
136
bool port_started[SNDRV_PCM_STREAM_LAST + 1];
sound/soc/apple/mca.c
139
bool clocks_in_use[SNDRV_PCM_STREAM_LAST + 1];
sound/soc/mediatek/common/mtk-base-afe.h
14
#define MTK_STREAM_NUM (SNDRV_PCM_STREAM_LAST + 1)
sound/soc/mediatek/mt8365/mt8365-afe-common.h
225
bool prepared[SNDRV_PCM_STREAM_LAST + 1];
sound/soc/renesas/rcar/msiof.c
114
struct snd_pcm_substream *substream[SNDRV_PCM_STREAM_LAST + 1];
sound/soc/renesas/rcar/msiof.c
123
int err_syc[SNDRV_PCM_STREAM_LAST + 1];
sound/soc/renesas/rcar/msiof.c
124
int err_ovf[SNDRV_PCM_STREAM_LAST + 1];
sound/soc/renesas/rcar/msiof.c
125
int err_udf[SNDRV_PCM_STREAM_LAST + 1];
sound/soc/renesas/rz-ssi.c
149
struct snd_dmaengine_dai_dma_data dma_dais[SNDRV_PCM_STREAM_LAST + 1];
sound/soc/renesas/rz-ssi.c
150
struct dma_chan *dmas[SNDRV_PCM_STREAM_LAST + 1];
sound/soc/rockchip/rockchip_i2s_tdm.c
490
stream = SNDRV_PCM_STREAM_LAST - substream->stream;
sound/soc/rockchip/rockchip_i2s_tdm.c
504
stream = SNDRV_PCM_STREAM_LAST - substream->stream;
sound/soc/rockchip/rockchip_sai.c
52
struct snd_pcm_substream *substreams[SNDRV_PCM_STREAM_LAST + 1];
sound/soc/rockchip/rockchip_sai.c
54
unsigned int wait_time[SNDRV_PCM_STREAM_LAST + 1];
sound/usb/media.h
42
#define MEDIA_MIXER_PAD_MAX (SNDRV_PCM_STREAM_LAST + 2)
sound/virtio/virtio_pcm.h
91
struct virtio_pcm_stream streams[SNDRV_PCM_STREAM_LAST + 1];