Home
last modified time | relevance | path

Searched refs:snd_pcm_new_stream (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/core/
H A Dpcm.c639 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count) in snd_pcm_new_stream() function
707 EXPORT_SYMBOL(snd_pcm_new_stream);
740 err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_PLAYBACK, in _snd_pcm_new()
745 err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_CAPTURE, capture_count); in _snd_pcm_new()
/openbmc/linux/sound/aoa/soundbus/i2sbus/
H A Dpcm.c970 err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_PLAYBACK, 1); in i2sbus_attach_codec()
987 err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_CAPTURE, 1); in i2sbus_attach_codec()
/openbmc/linux/sound/usb/
H A Dstream.c512 err = snd_pcm_new_stream(as->pcm, stream, 1); in __snd_usb_add_audio_stream()
/openbmc/linux/include/sound/
H A Dpcm.h548 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);