Searched refs:audio_ch (Results 1 – 15 of 15) sorted by relevance
/linux/sound/soc/tegra/ |
H A D | tegra_cif.h | 35 unsigned int audio_ch; member 52 ((conf->audio_ch - 1) << TEGRA_ACIF_CTRL_AUDIO_CH_SHIFT) | in tegra_set_cif()
|
H A D | tegra186_dspk.c | 227 cif_conf.audio_ch = channels; in tegra186_dspk_hw_params() 260 max_th = (TEGRA186_DSPK_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra186_dspk_hw_params()
|
H A D | tegra210_ope.c | 57 cif_conf.audio_ch = channels; in tegra210_ope_set_audio_cif()
|
H A D | tegra210_i2s.c | 619 cif_conf.audio_ch = channels; in tegra210_i2s_hw_params() 685 max_th = (I2S_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra210_i2s_hw_params()
|
H A D | tegra210_adx.c | 137 cif_conf.audio_ch = channels; in tegra210_adx_set_audio_cif()
|
H A D | tegra210_dmic.c | 86 cif_conf.audio_ch = channels; in tegra210_dmic_hw_params()
|
H A D | tegra210_amx.c | 154 cif_conf.audio_ch = channels; in tegra210_amx_set_audio_cif()
|
H A D | tegra210_mixer.c | 258 cif_conf.audio_ch = channels; in tegra210_mixer_set_audio_cif()
|
H A D | tegra210_mvc.c | 451 cif_conf.audio_ch = channels; in tegra210_mvc_set_audio_cif()
|
H A D | tegra210_sfc.c | 3143 cif_conf.audio_ch = channels; in tegra210_sfc_set_audio_cif()
|
H A D | tegra210_admaif.c | 300 cif_conf.audio_ch = channels; in tegra_admaif_hw_params()
|
H A D | tegra186_asrc.c | 152 cif_conf.audio_ch = channels; in tegra186_asrc_set_audio_cif()
|
/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-alsa.c | 155 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/drivers/media/pci/cx88/ |
H A D | cx88-alsa.c | 117 const struct sram_channel *audio_ch = &cx88_sram_channels[SRAM_CH25]; in _cx88_start_audio_dma() local 123 cx88_sram_channel_setup(chip->core, audio_ch, buf->bpl, buf->risc.dma); in _cx88_start_audio_dma() 134 buf->bpl, cx_read(audio_ch->cmds_start + 8) >> 1, in _cx88_start_audio_dma() 155 cx88_sram_channel_dump(chip->core, audio_ch); in _cx88_start_audio_dma()
|
/linux/drivers/media/pci/cx25821/ |
H A D | cx25821-alsa.c | 218 const struct sram_channel *audio_ch = in _cx25821_start_audio_dma() local 230 cx25821_sram_channel_setup_audio(chip->dev, audio_ch, buf->bpl, in _cx25821_start_audio_dma()
|