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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dpcm-indirect2.c72 snd_printk(KERN_DEBUG "STAT: sw_io: %d, sw_data: %d\n", rec->sw_io,
73 rec->sw_data);
148 * a period, move sw_data to the next correctly aligned
162 rec->sw_data =
174 "STAT: @re-align: sw_data "
176 rec->sw_data);
184 * until the position of sw_data: Filling the fifo with
187 if (rec->sw_io != rec->sw_data) {
189 if (rec->sw_data > rec->sw_io)
190 diff = rec->sw_data
[all...]
H A Dpcm-indirect2.h58 /* sw_data: position in intermediate buffer, where we will read (or
61 unsigned int sw_data; /* Offset to next dst (or src) in sw member in struct:snd_pcm_indirect2
65 * sw_data is nearly the same as ~ runtime->control->appl_ptr, with the
66 * exception that sw_data is "behind" by the number if bytes ALSA wrote
74 * So we say: if sw_data is updated, that means bytes were copied to
77 * sw_data all the time and has to converge to sw_data at the end of
H A Dml403-ac97cr.c443 src = (u16 *)(substream->runtime->dma_area + rec->sw_data);
500 dst = (u16 *)(substream->runtime->dma_area + rec->sw_data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dpcm-indirect.h34 unsigned int sw_data; /* Offset to next dst (or src) in sw ring buffer */ member in struct:snd_pcm_indirect
65 unsigned int sw_to_end = rec->sw_buffer_size - rec->sw_data;
79 rec->sw_data += bytes;
80 if (rec->sw_data == rec->sw_buffer_size)
81 rec->sw_data = 0;
130 size_t sw_to_end = rec->sw_buffer_size - rec->sw_data;
144 rec->sw_data += bytes;
145 if (rec->sw_data == rec->sw_buffer_size)
146 rec->sw_data = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtvaudio.c686 int sw_data = chip->shadow.bytes[TDA9873_SW+1] & ~ TDA9873_TR_MASK; local
689 if ((sw_data & TDA9873_INP_MASK) != TDA9873_INTERNAL) {
695 v4l2_dbg(1, debug, sd, "tda9873_setmode(): sw_data = %d\n", sw_data);
699 sw_data |= TDA9873_TR_MONO;
702 sw_data |= TDA9873_TR_STEREO;
705 sw_data |= TDA9873_TR_DUALA;
708 sw_data |= TDA9873_TR_DUALB;
715 chip_write(chip, TDA9873_SW, sw_data);
717 mode, sw_data);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/mips/
H A Dhal2.c603 memcpy(buf, substream->runtime->dma_area + rec->sw_data, bytes);
697 memcpy(substream->runtime->dma_area + rec->sw_data, buf, bytes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Drme32.c1146 substream->runtime->dma_area + rec->sw_data, bytes);
1170 memcpy_fromio(substream->runtime->dma_area + rec->sw_data,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demupcm.c1565 unsigned short *src = (unsigned short *)(substream->runtime->dma_area + rec->sw_data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Dcs46xx_lib.c691 memcpy(cpcm->hw_buf.area + rec->hw_data, runtime->dma_area + rec->sw_data, bytes);
707 memcpy(runtime->dma_area + rec->sw_data,

Completed in 212 milliseconds