sample_residues  1142 sound/soc/sh/fsi.c 	int sample_residues;	/* samples in FSI fifo */
sample_residues  1146 sound/soc/sh/fsi.c 	sample_residues	= fsi_get_current_fifo_samples(fsi, io);
sample_residues  1149 sound/soc/sh/fsi.c 	samples = min(sample_residues, sample_space);
sample_residues  1159 sound/soc/sh/fsi.c 	int sample_residues;	/* ALSA residue samples */
sample_residues  1163 sound/soc/sh/fsi.c 	sample_residues	= io->buff_sample_capa - io->buff_sample_pos;
sample_residues  1167 sound/soc/sh/fsi.c 	samples = min(sample_residues, sample_space);