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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dfsi.c344 static int fsi_get_fifo_residue(struct fsi_priv *fsi, int is_play) function
544 fifo_free = (fsi->fifo_max * fsi->chan) - fsi_get_fifo_residue(fsi, 1);
628 fifo_fill = fsi_get_fifo_residue(fsi, 0);

Completed in 37 milliseconds