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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dau1550_ac97.c895 s16 ch, dmasample[6]; local
919 dmasample[i] = ch;
921 dmasample[i + 1] = ch; /* right channel */
927 memcpy(dmabuf, dmasample, db->dma_bytes_per_sample);
H A Dau1550_i2s.c858 s16 ch, dmasample[6]; local
882 dmasample[i] = ch;
884 dmasample[i + 1] = ch; /* right channel */
890 memcpy(dmabuf, dmasample, db->dma_bytes_per_sample);

Completed in 61 milliseconds