Searched refs:playback_endpoint (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbusx2yaudio.c953 static int usX2Y_audio_stream_new(struct snd_card *card, int playback_endpoint, int capture_endpoint) argument
960 for (i = playback_endpoint ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE;
970 if (playback_endpoint)
971 usX2Y_substream[SNDRV_PCM_STREAM_PLAYBACK]->endpoint = playback_endpoint;
975 playback_endpoint ? 1 : 0, 1,
982 if (playback_endpoint)
992 if ((playback_endpoint &&

Completed in 82 milliseconds