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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dpcm.c189 int is_playback = subs->direction == SNDRV_PCM_STREAM_PLAYBACK; local
228 if (is_playback)
243 if (((is_playback && attr == USB_ENDPOINT_SYNC_ASYNC) ||
244 (! is_playback && attr == USB_ENDPOINT_SYNC_ADAPTIVE)) &&
259 (( is_playback && ep != (unsigned int)(get_endpoint(alts, 0)->bSynchAddress | USB_DIR_IN)) ||
260 (!is_playback && ep != (unsigned int)(get_endpoint(alts, 0)->bSynchAddress & ~USB_DIR_IN)))) {
266 if (is_playback)
H A Durb.c218 int is_playback = subs->direction == SNDRV_PCM_STREAM_PLAYBACK; local
252 if (is_playback) {
262 if (is_playback) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusbusx2yaudio.c427 int is_playback = subs == subs->usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK]; local
430 pipe = is_playback ? usb_sndisocpipe(dev, subs->endpoint) :
432 subs->maxpacksize = usb_maxpacket(dev, pipe, is_playback);
436 if (is_playback && NULL == subs->tmpbuf) { /* allocate a temporary buffer for playback */
455 if (!is_playback && !(*purb)->transfer_buffer) {
H A Dusx2yhwdeppcm.c322 int is_playback = subs == subs->usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK]; local
325 pipe = is_playback ? usb_sndisocpipe(dev, subs->endpoint) :
327 subs->maxpacksize = usb_maxpacket(dev, pipe, is_playback);
343 (*purb)->transfer_buffer = is_playback ?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_lib.c1719 int is_playback = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; local
1744 if (is_playback)
1757 is_playback ? "playback" : "capture");
1761 if (is_playback)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Drme32.c616 snd_rme32_setframelog(struct rme32 * rme32, int n_channels, int is_playback) argument
626 if (is_playback) {
H A Drme96.c867 int is_playback)
877 if (is_playback) {
865 snd_rme96_setframelog(struct rme96 *rme96, int n_channels, int is_playback) argument

Completed in 42 milliseconds