Searched refs:samples_to_bytes (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_lib.c120 char *hwbuf = runtime->dma_area + (c * dma_csize) + samples_to_bytes(runtime, ofs);
1951 char __user *buf = *bufs + samples_to_bytes(runtime, off);
1960 char *hwbuf = runtime->dma_area + (c * dma_csize) + samples_to_bytes(runtime, hwoff);
1964 char __user *buf = *bufs + samples_to_bytes(runtime, off);
1965 if (copy_from_user(hwbuf, buf, samples_to_bytes(runtime, frames)))
2156 buf = *bufs + samples_to_bytes(runtime, off);
2168 hwbuf = runtime->dma_area + (c * dma_csize) + samples_to_bytes(runtime, hwoff);
2169 buf = *bufs + samples_to_bytes(runtime, off);
2170 if (copy_to_user(buf, hwbuf, samples_to_bytes(runtime, frames)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dgus_pcm.c345 bpos = samples_to_bytes(runtime, pos) + (voice * (pcmp->dma_size / 2));
346 len = samples_to_bytes(runtime, count);
376 bpos = samples_to_bytes(runtime, pos) + (voice * (pcmp->dma_size / 2));
377 len = samples_to_bytes(runtime, count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dpcm.h572 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size) function

Completed in 82 milliseconds