Searched refs:SNDRV_PCM_STREAM_PLAYBACK (Results 1 - 25 of 181) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-ac97-pcm.c62 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
88 if (pcm->stream == SNDRV_PCM_STREAM_PLAYBACK) {
137 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
160 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
170 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
192 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
204 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
229 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
235 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
290 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
[all...]
H A Dbf5xx-tdm-pcm.c97 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
118 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
126 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
145 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
187 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
252 if (stream == SNDRV_PCM_STREAM_PLAYBACK)
295 SNDRV_PCM_STREAM_PLAYBACK);
H A Dbf5xx-i2s-pcm.c91 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
113 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
121 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
140 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
218 if (stream == SNDRV_PCM_STREAM_PLAYBACK)
262 SNDRV_PCM_STREAM_PLAYBACK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_intelhdmi.c98 info->stream[SNDRV_PCM_STREAM_PLAYBACK] =
100 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->cvt[i];
101 info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = chans;
H A Dpatch_atihdmi.c138 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = atihdmi_pcm_digital_playback;
142 info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = chans;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dproc.c146 if (stream->substream[SNDRV_PCM_STREAM_PLAYBACK].num_formats) {
148 proc_dump_substream_status(&stream->substream[SNDRV_PCM_STREAM_PLAYBACK], buffer);
149 proc_dump_substream_formats(&stream->substream[SNDRV_PCM_STREAM_PLAYBACK], buffer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Ddma-sh7760.c129 int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1;
162 int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1;
183 int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1;
215 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
258 int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1;
285 int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/arm/
H A Dpxa2xx-pcm.c40 rtd->params = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
105 int stream = SNDRV_PCM_STREAM_PLAYBACK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/au1x/
H A Dpsc.h43 ((substream)->stream == SNDRV_PCM_STREAM_PLAYBACK ? PCM_TX : PCM_RX)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/davinci/
H A Ddavinci-vcif.c65 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
83 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
214 davinci_vcif_dev->dma_params[SNDRV_PCM_STREAM_PLAYBACK].channel =
216 davinci_vcif_dev->dma_params[SNDRV_PCM_STREAM_PLAYBACK].dma_addr =
H A Ddavinci-i2s.c188 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK);
558 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
573 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK);
587 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK);
612 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK);
675 dev->dma_params[SNDRV_PCM_STREAM_PLAYBACK].sram_size =
685 dev->dma_params[SNDRV_PCM_STREAM_PLAYBACK].asp_chan_q = asp_chan_q;
686 dev->dma_params[SNDRV_PCM_STREAM_PLAYBACK].ram_chan_q = ram_chan_q;
699 dev->dma_params[SNDRV_PCM_STREAM_PLAYBACK].dma_addr =
712 dev->dma_params[SNDRV_PCM_STREAM_PLAYBACK]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/pxa/
H A Dpxa2xx-i2s.c174 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
190 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
229 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
251 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
H A Dpxa2xx-ac97.c127 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
145 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
162 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/kirkwood/
H A Dkirkwood-dma.c178 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
203 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
250 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
274 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
325 SNDRV_PCM_STREAM_PLAYBACK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/ep93xx/
H A Dep93xx-i2s.c72 [SNDRV_PCM_STREAM_PLAYBACK] = {
111 if (stream == SNDRV_PCM_STREAM_PLAYBACK)
125 if (stream == SNDRV_PCM_STREAM_PLAYBACK)
268 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
321 ep93xx_i2s_disable(info, SNDRV_PCM_STREAM_PLAYBACK);
332 ep93xx_i2s_enable(info, SNDRV_PCM_STREAM_PLAYBACK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dfsl_ssi.c359 substream->stream == SNDRV_PCM_STREAM_PLAYBACK
377 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
413 if ((substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ||
445 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
455 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
479 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
H A Dfsl_dma.c189 if (dma_private->substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
414 channel = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0 : 1;
429 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
512 mr |= (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
622 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
656 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
696 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
775 int dir = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0 : 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/txx9/
H A Dtxx9aclc.c127 dmadata->substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
148 u32 ctlbit = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
212 u32 ctlbit = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
324 if (dmadata->stream == SNDRV_PCM_STREAM_PLAYBACK) {
339 dmadata->stream == SNDRV_PCM_STREAM_PLAYBACK ?
357 dev->dmadata[0].stream = SNDRV_PCM_STREAM_PLAYBACK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/omap/
H A Domap-mcpdm.c178 if (stream == SNDRV_PCM_STREAM_PLAYBACK) {
199 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/caiaq/
H A Daudio.c68 if (sub->stream == SNDRV_PCM_STREAM_PLAYBACK)
83 if (sub->stream == SNDRV_PCM_STREAM_PLAYBACK)
203 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
284 if (sub->stream == SNDRV_PCM_STREAM_PLAYBACK)
319 cnt = (sub->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
543 pipe = (dir == SNDRV_PCM_STREAM_PLAYBACK) ?
667 snd_pcm_set_ops(dev->pcm, SNDRV_PCM_STREAM_PLAYBACK,
696 dev->data_urbs_out = alloc_urbs(dev, SNDRV_PCM_STREAM_PLAYBACK, &ret);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoc-dai.h240 return (ss->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
248 if (ss->stream == SNDRV_PCM_STREAM_PLAYBACK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/imx/
H A Dimx-pcm-fiq.c62 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
115 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
250 pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s6000/
H A Ds6000-pcm.c74 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
112 [SNDRV_PCM_STREAM_PLAYBACK] = params->dma_out,
187 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
226 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
298 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusbusx2yaudio.c334 *playbacksubs = usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK];
415 subs != subs->usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK]);
427 int is_playback = subs == subs->usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK];
812 if (SNDRV_PCM_STREAM_PLAYBACK == substream->stream) {
824 struct snd_usX2Y_substream *playback_subs = subs->usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK];
940 kfree(usX2Y_substream[SNDRV_PCM_STREAM_PLAYBACK]);
941 usX2Y_substream[SNDRV_PCM_STREAM_PLAYBACK] = NULL;
961 for (i = playback_endpoint ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE;
972 usX2Y_substream[SNDRV_PCM_STREAM_PLAYBACK]->endpoint = playback_endpoint;
984 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_compat.c51 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
68 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
290 if (dir == SNDRV_PCM_STREAM_PLAYBACK)
348 if (dir == SNDRV_PCM_STREAM_PLAYBACK)
498 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
515 return snd_pcm_ioctl_xferi_compat(substream, SNDRV_PCM_STREAM_PLAYBACK, argp);
519 return snd_pcm_ioctl_xfern_compat(substream, SNDRV_PCM_STREAM_PLAYBACK, argp);

Completed in 218 milliseconds

12345678