BITS_PER_SLOT     786 sound/soc/codecs/cx2072x.c 		i2s_right_slot = (frame_len / 2) / BITS_PER_SLOT;
BITS_PER_SLOT     787 sound/soc/codecs/cx2072x.c 		i2s_right_pause_interval = (frame_len / 2) % BITS_PER_SLOT;
BITS_PER_SLOT     788 sound/soc/codecs/cx2072x.c 		i2s_right_pause_pos = i2s_right_slot * BITS_PER_SLOT;
BITS_PER_SLOT     794 sound/soc/codecs/cx2072x.c 	reg1.r.rx_frm_len = frame_len / BITS_PER_SLOT - 1;
BITS_PER_SLOT     795 sound/soc/codecs/cx2072x.c 	reg1.r.rx_sa_size = (sample_size / BITS_PER_SLOT) - 1;