SPDIF_QSUB_SIZE    60 sound/soc/fsl/fsl_spdif.c 	unsigned char qsub[2 * SPDIF_QSUB_SIZE];
SPDIF_QSUB_SIZE   158 sound/soc/fsl/fsl_spdif.c 		size = SPDIF_QSUB_SIZE;
SPDIF_QSUB_SIZE   194 sound/soc/fsl/fsl_spdif.c 	ctrl->ready_buf = (ctrl->qpos - 1) / SPDIF_QSUB_SIZE + 1;
SPDIF_QSUB_SIZE   744 sound/soc/fsl/fsl_spdif.c 	uinfo->count = SPDIF_QSUB_SIZE;
SPDIF_QSUB_SIZE   761 sound/soc/fsl/fsl_spdif.c 		int idx = (ctrl->ready_buf - 1) * SPDIF_QSUB_SIZE;
SPDIF_QSUB_SIZE   763 sound/soc/fsl/fsl_spdif.c 				&ctrl->qsub[idx], SPDIF_QSUB_SIZE);