Home
last modified time | relevance | path

Searched refs:FRAME_SAMPLE_BYTES (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/sound/oss/
Dswarm_cs4297a.c171 #define FRAME_SAMPLE_BYTES 4 macro
175 #define SAMPLE_FRAME_COUNT (SAMPLE_BUF_SIZE / FRAME_SAMPLE_BYTES)
1005 d->total_bytes += good_diff * FRAME_SAMPLE_BYTES; in cs4297a_update_ptr()
1006 d->count += good_diff * FRAME_SAMPLE_BYTES; in cs4297a_update_ptr()
1100 d->total_bytes += diff * FRAME_SAMPLE_BYTES; in cs4297a_update_ptr()
1102 d->count += diff * FRAME_SAMPLE_BYTES; in cs4297a_update_ptr()
1110 d->count -= diff * FRAME_SAMPLE_BYTES; in cs4297a_update_ptr()
1705 count_fr = s->dma_adc.count / FRAME_SAMPLE_BYTES; in cs4297a_read()
1715 cnt_by = cnt * FRAME_SAMPLE_BYTES; in cs4297a_read()
1723 cnt = (count * 2) / FRAME_SAMPLE_BYTES; in cs4297a_read()
[all …]