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

/linux-master/sound/soc/fsl/
H A Dfsl_spdif.h192 #define SPDIF_QSUB_SIZE (SPDIF_UBITS_SIZE / 8) macro
H A Dfsl_spdif.c86 unsigned char qsub[2 * SPDIF_QSUB_SIZE];
270 size = SPDIF_QSUB_SIZE;
306 ctrl->ready_buf = (ctrl->qpos - 1) / SPDIF_QSUB_SIZE + 1;
876 uinfo->count = SPDIF_QSUB_SIZE;
893 int idx = (ctrl->ready_buf - 1) * SPDIF_QSUB_SIZE;
895 &ctrl->qsub[idx], SPDIF_QSUB_SIZE);

Completed in 88 milliseconds