Searched refs:audio_ch (Results 1 - 15 of 15) sorted by path

/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-alsa.c155 struct sram_channel *audio_ch = local
164 cx23885_sram_channel_setup(chip->dev, audio_ch, buf->bpl,
178 buf->bpl, cx_read(audio_ch->cmds_start+12)>>1,
196 cx23885_sram_channel_dump(chip->dev, audio_ch);
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-alsa.c218 const struct sram_channel *audio_ch = local
230 cx25821_sram_channel_setup_audio(chip->dev, audio_ch, buf->bpl,
248 buf->bpl, audio_ch->cmds_start,
249 cx_read(audio_ch->cmds_start + 12)>>1,
/linux-master/drivers/media/pci/cx88/
H A Dcx88-alsa.c117 const struct sram_channel *audio_ch = &cx88_sram_channels[SRAM_CH25]; local
123 cx88_sram_channel_setup(chip->core, audio_ch, buf->bpl, buf->risc.dma);
134 buf->bpl, cx_read(audio_ch->cmds_start + 8) >> 1,
155 cx88_sram_channel_dump(chip->core, audio_ch);
/linux-master/sound/soc/tegra/
H A Dtegra186_asrc.c152 cif_conf.audio_ch = channels;
H A Dtegra186_dspk.c227 cif_conf.audio_ch = channels;
260 max_th = (TEGRA186_DSPK_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1;
H A Dtegra210_admaif.c300 cif_conf.audio_ch = channels;
H A Dtegra210_adx.c137 cif_conf.audio_ch = channels;
H A Dtegra210_amx.c154 cif_conf.audio_ch = channels;
H A Dtegra210_dmic.c86 cif_conf.audio_ch = channels;
H A Dtegra210_i2s.c616 cif_conf.audio_ch = channels;
659 max_th = (I2S_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1;
H A Dtegra210_mixer.c258 cif_conf.audio_ch = channels;
H A Dtegra210_mvc.c451 cif_conf.audio_ch = channels;
H A Dtegra210_ope.c57 cif_conf.audio_ch = channels;
H A Dtegra210_sfc.c3143 cif_conf.audio_ch = channels;
H A Dtegra_cif.h35 unsigned int audio_ch; member in struct:tegra_cif_conf
52 ((conf->audio_ch - 1) << TEGRA_ACIF_CTRL_AUDIO_CH_SHIFT) |

Completed in 213 milliseconds