Searched refs:dma_bytes_per_sample (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.c105 int dma_bytes_per_sample; member in struct:au1550_state::dmabuf
661 db->dma_bytes_per_sample = 2 * ((db->num_channels == 1) ?
863 tmo /= s->dma_dac.dma_bytes_per_sample;
905 interp_bytes_per_sample = db->dma_bytes_per_sample * db->src_factor;
927 memcpy(dmabuf, dmasample, db->dma_bytes_per_sample);
960 interp_bytes_per_sample = db->dma_bytes_per_sample * db->src_factor;
H A Dau1550_i2s.c295 int dma_bytes_per_sample; member in struct:au1550_state::dmabuf
545 db->dma_bytes_per_sample = 2 * ((db->num_channels == 1) ?
826 tmo /= s->dma_dac.dma_bytes_per_sample;
868 interp_bytes_per_sample = db->dma_bytes_per_sample * db->src_factor;
890 memcpy(dmabuf, dmasample, db->dma_bytes_per_sample);
923 interp_bytes_per_sample = db->dma_bytes_per_sample * db->src_factor;

Completed in 94 milliseconds