Home
last modified time | relevance | path

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

/linux-2.6.39/sound/core/
Dpcm.c640 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count) in snd_pcm_new_stream() function
696 EXPORT_SYMBOL(snd_pcm_new_stream);
739 if ((err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_PLAYBACK, playback_count)) < 0) { in snd_pcm_new()
743 if ((err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_CAPTURE, capture_count)) < 0) { in snd_pcm_new()
/linux-2.6.39/sound/usb/
Dendpoint.c112 err = snd_pcm_new_stream(as->pcm, stream, 1); in snd_usb_add_audio_endpoint()
/linux-2.6.39/sound/aoa/soundbus/i2sbus/
Dpcm.c985 err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_PLAYBACK, 1); in i2sbus_attach_codec()
1000 err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_CAPTURE, 1); in i2sbus_attach_codec()
/linux-2.6.39/include/sound/
Dpcm.h478 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);