Searched refs:is_play (Results 1 - 3 of 3) 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.c295 static int fsi_is_master_mode(struct fsi_priv *fsi, int is_play) argument
300 mode = is_play ? SH_FSI_OUT_SLAVE_MODE : SH_FSI_IN_SLAVE_MODE;
310 static u32 fsi_port_ab_io_bit(struct fsi_priv *fsi, int is_play) argument
316 data = is_play ? (1 << 0) : (1 << 4);
318 data = is_play ? (1 << 8) : (1 << 12);
344 static int fsi_get_fifo_residue(struct fsi_priv *fsi, int is_play) argument
347 u32 reg = is_play ? DOFF_ST : DIFF_ST;
364 static void fsi_irq_enable(struct fsi_priv *fsi, int is_play) argument
366 u32 data = fsi_port_ab_io_bit(fsi, is_play);
373 static void fsi_irq_disable(struct fsi_priv *fsi, int is_play) argument
445 fsi_fifo_init(struct fsi_priv *fsi, int is_play, struct snd_soc_dai *dai) argument
710 int is_play = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); local
798 int is_play = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; local
811 int is_play = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; local
838 int is_play = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dak4642.c208 int is_play = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; local
211 if (is_play) {
258 int is_play = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; local
261 if (is_play) {
H A Dda7210.c227 int is_play = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; local
230 if (is_play) {

Completed in 72 milliseconds