Home
last modified time | relevance | path

Searched refs:audio_ch (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/sound/soc/tegra/
Dtegra_cif.h35 unsigned int audio_ch; member
52 ((conf->audio_ch - 1) << TEGRA_ACIF_CTRL_AUDIO_CH_SHIFT) | in tegra_set_cif()
Dtegra186_dspk.c117 cif_conf.audio_ch = channels; in tegra186_dspk_hw_params()
150 max_th = (TEGRA186_DSPK_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra186_dspk_hw_params()
Dtegra210_i2s.c466 cif_conf.audio_ch = channels; in tegra210_i2s_hw_params()
509 max_th = (I2S_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra210_i2s_hw_params()
Dtegra210_dmic.c86 cif_conf.audio_ch = channels; in tegra210_dmic_hw_params()
Dtegra210_admaif.c300 cif_conf.audio_ch = channels; in tegra_admaif_hw_params()
/Linux-v5.10/drivers/media/pci/cx23885/
Dcx23885-alsa.c155 struct sram_channel *audio_ch = in cx23885_start_audio_dma() local
164 cx23885_sram_channel_setup(chip->dev, audio_ch, buf->bpl, in cx23885_start_audio_dma()
178 buf->bpl, cx_read(audio_ch->cmds_start+12)>>1, in cx23885_start_audio_dma()
196 cx23885_sram_channel_dump(chip->dev, audio_ch); in cx23885_start_audio_dma()
/Linux-v5.10/drivers/media/pci/cx88/
Dcx88-alsa.c118 const struct sram_channel *audio_ch = &cx88_sram_channels[SRAM_CH25]; in _cx88_start_audio_dma() local
124 cx88_sram_channel_setup(chip->core, audio_ch, buf->bpl, buf->risc.dma); in _cx88_start_audio_dma()
135 buf->bpl, cx_read(audio_ch->cmds_start + 8) >> 1, in _cx88_start_audio_dma()
156 cx88_sram_channel_dump(chip->core, audio_ch); in _cx88_start_audio_dma()
/Linux-v5.10/drivers/media/pci/cx25821/
Dcx25821-alsa.c219 const struct sram_channel *audio_ch = in _cx25821_start_audio_dma() local
231 cx25821_sram_channel_setup_audio(chip->dev, audio_ch, buf->bpl, in _cx25821_start_audio_dma()