Searched refs:playback (Results 1 - 25 of 171) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A DMakefile.am28 playback.c \
29 playback.h \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A DMakefile12 playback.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusx2yhwdeppcm.h7 char playback[SSS]; member in struct:snd_usX2Y_hwdep_pcm_shm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dmpc5200_dma.h11 * psc_ac97_stream - Data specific to a single stream (playback or capture)
47 * @playback: Playback stream context data
65 struct psc_dma_stream playback; member in struct:psc_dma
81 return &psc_dma->playback;
H A Dmpc5200_dma.c33 if (psc_dma->playback.active && (isr & MPC52xx_PSC_IMR_TXEMP))
175 if (psc_dma->playback.active)
224 s = &psc_dma->playback;
250 s = &psc_dma->playback;
252 if (!psc_dma->playback.active &&
274 s = &psc_dma->playback;
415 psc_dma->playback.psc_dma = psc_dma;
424 psc_dma->playback.bcom_task =
427 !psc_dma->playback.bcom_task) {
458 psc_dma->playback
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_audio.h47 struct gaudio_snd_dev playback; member in struct:gaudio
H A Du_audio.c172 struct gaudio_snd_dev *snd = &card->playback;
207 return card->playback.channels;
212 return card->playback.rate;
239 /* Open PCM playback device and setup substream */
240 snd = &card->playback;
243 ERROR(card, "No such PCM playback device: %s\n", fn_play);
279 /* Close PCM playback device and setup substream */
280 snd = &gau->playback;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DMaestro3.conf21 playback.pcm {
H A DPC-Speaker.conf32 playback.pcm {
H A DPMac.conf23 playback.pcm {
H A DPMacToonie.conf30 playback.pcm {
H A DCMI8338-SWIEC.conf24 playback.pcm {
112 playback.pcm {
H A DCMI8338.conf23 playback.pcm {
111 playback.pcm {
H A DCMI8788.conf23 playback.pcm {
98 playback.pcm {
H A DICE1712.conf12 playback.pcm {
36 playback.pcm {
120 playback.pcm {
H A DEMU10K1.conf13 playback.pcm {
71 playback.pcm {
109 playback.pcm {
H A DENS1370.conf24 playback.pcm {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demufx.c1161 const int playback = 10; local
1162 const int capture = playback + (SND_EMU10K1_PLAYBACK_CHANNELS * 2); /* we reserve 10 voices */
1207 * playback = 0 + ( gpr * FXBUS_PCM_LEFT_FRONT >> 31)
1211 A_OP(icode, &ptr, iMAC0, A_GPR(playback), A_C_00000000, A_GPR(gpr), A_FXBUS(FXBUS_PCM_LEFT_FRONT));
1212 A_OP(icode, &ptr, iMAC0, A_GPR(playback+1), A_C_00000000, A_GPR(gpr+1), A_FXBUS(FXBUS_PCM_RIGHT_FRONT));
1217 A_OP(icode, &ptr, iMAC0, A_GPR(playback+2), A_C_00000000, A_GPR(gpr), A_FXBUS(FXBUS_PCM_LEFT_REAR));
1218 A_OP(icode, &ptr, iMAC0, A_GPR(playback+3), A_C_00000000, A_GPR(gpr+1), A_FXBUS(FXBUS_PCM_RIGHT_REAR));
1224 A_OP(icode, &ptr, iMAC0, A_GPR(playback+6), A_C_00000000, A_GPR(gpr), A_FXBUS(FXBUS_PCM_LEFT_SIDE));
1225 A_OP(icode, &ptr, iMAC0, A_GPR(playback+7), A_C_00000000, A_GPR(gpr+1), A_FXBUS(FXBUS_PCM_RIGHT_SIDE));
1231 A_OP(icode, &ptr, iMAC0, A_GPR(playback
1783 int err, i, z, gpr, tmp, playback, capture; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/i2c/
H A Dcs8427.c55 struct cs8427_stream playback; member in struct:cs8427
119 chip->playback.hw_udata : chip->playback.hw_status;
257 memcpy(chip->playback.def_status, buf, 24);
258 memcpy(chip->playback.pcm_status, buf, 24);
393 memcpy(ucontrol->value.iec958.status, chip->playback.def_status, 24);
404 chip->playback.pcm_status : chip->playback.def_status;
405 struct snd_pcm_runtime *runtime = chip->playback.substream ?
406 chip->playback
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/davinci/
H A Ddavinci-i2s.c172 static void toggle_clock(struct davinci_mcbsp_dev *dev, int playback) argument
174 u32 m = playback ? DAVINCI_MCBSP_PCR_CLKXP : DAVINCI_MCBSP_PCR_CLKRP;
188 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); local
190 u32 mask = playback ? DAVINCI_MCBSP_SPCR_XRST : DAVINCI_MCBSP_SPCR_RRST;
196 toggle_clock(dev, playback);
205 if (playback) {
227 toggle_clock(dev, playback);
249 static void davinci_mcbsp_stop(struct davinci_mcbsp_dev *dev, int playback) argument
256 spcr &= playback ? ~DAVINCI_MCBSP_SPCR_XRST : ~DAVINCI_MCBSP_SPCR_RRST;
258 toggle_clock(dev, playback);
573 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); local
587 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); local
612 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/misc/
H A Dua101.c103 /* FIFO to synchronize playback rate to capture rate */
132 } capture, playback; member in struct:ua101
202 ua->playback.substream->runtime->delay -=
204 ua->playback.frame_bytes;
256 if (*value >= ua->playback.queue_length)
257 *value -= ua->playback.queue_length;
273 * Synchronizing the playback rate to the capture rate is done by using
275 * Submitting a playback URB therefore requires both a ready URB and
276 * the size of the corresponding capture packet, i.e., both playback
278 * not guarantee that playback an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Ds3c64xx-i2s-v4.c126 dai->playback.channels_min = 2;
127 dai->playback.channels_max = 2;
128 dai->playback.rates = S3C64XX_I2S_RATES;
129 dai->playback.formats = S3C64XX_I2S_FMTS;
H A Ds3c64xx-i2s.c100 dai->playback.channels_min = 2;
101 dai->playback.channels_max = 2;
102 dai->playback.rates = S3C64XX_I2S_RATES;
103 dai->playback.formats = S3C64XX_I2S_FMTS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dsiu_pcm.c53 struct siu_stream *siu_stream = &port_info->playback;
73 struct siu_stream *siu_stream = &port_info->playback;
79 port_info->playback.cur_period = 0;
119 struct siu_stream *siu_stream = &port_info->playback;
318 siu_stream = &port_info->playback;
358 siu_stream = &port_info->playback;
392 siu_stream = &port_info->playback;
414 siu_stream = &port_info->playback;
503 siu_stream = &port_info->playback;
568 tasklet_init(&(*port_info)->playback
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoc-dai.h220 struct snd_soc_pcm_stream playback; member in struct:snd_soc_dai
241 dai->playback.dma_data : dai->capture.dma_data;
249 dai->playback.dma_data = data;

Completed in 221 milliseconds

1234567