Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Ddmaengine_pcm.h149 const char *chan_names[SNDRV_PCM_STREAM_LAST + 1];
171 struct dma_chan *chan[SNDRV_PCM_STREAM_LAST + 1];
H A Dsoc-dai.h454 struct snd_soc_dai_stream stream[SNDRV_PCM_STREAM_LAST + 1];
H A Dsoc.h1111 struct snd_soc_dpcm_runtime dpcm[SNDRV_PCM_STREAM_LAST + 1];
1112 struct snd_soc_dapm_widget *c2c_widget[SNDRV_PCM_STREAM_LAST + 1];
H A Dpcm.h669 stream <= SNDRV_PCM_STREAM_LAST; \
/openbmc/linux/sound/usb/
H A Dmedia.h42 #define MEDIA_MIXER_PAD_MAX (SNDRV_PCM_STREAM_LAST + 2)
/openbmc/linux/sound/virtio/
H A Dvirtio_pcm.h90 struct virtio_pcm_stream streams[SNDRV_PCM_STREAM_LAST + 1];
/openbmc/linux/sound/soc/mediatek/common/
H A Dmtk-base-afe.h14 #define MTK_STREAM_NUM (SNDRV_PCM_STREAM_LAST + 1)
/openbmc/linux/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];
/openbmc/linux/sound/soc/rockchip/
H A Drockchip_i2s_tdm.c492 stream = SNDRV_PCM_STREAM_LAST - substream->stream; in rockchip_i2s_tdm_xfer_pause()
506 stream = SNDRV_PCM_STREAM_LAST - substream->stream; in rockchip_i2s_tdm_xfer_resume()
/openbmc/linux/sound/soc/
H A Dsoc-dai.c487 bool supported[SNDRV_PCM_STREAM_LAST + 1]; in snd_soc_dai_link_set_capabilities()
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h169 SNDRV_PCM_STREAM_LAST = SNDRV_PCM_STREAM_CAPTURE, enumerator
/openbmc/linux/include/uapi/sound/
H A Dasound.h169 SNDRV_PCM_STREAM_LAST = SNDRV_PCM_STREAM_CAPTURE, enumerator
/openbmc/linux/drivers/usb/gadget/function/
H A Du_audio.c1319 for (i = 0; i <= SNDRV_PCM_STREAM_LAST; i++) { in g_audio_setup()