Home
last modified time | relevance | path

Searched refs:stereo_to_mono (Results 1 – 7 of 7) sorted by relevance

/linux/sound/soc/tegra/
H A Dtegra210_admaif.c383 cif_conf.stereo_conv = admaif->stereo_to_mono[path][dai->id]; in tegra_admaif_hw_params()
566 admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg]; in tegra210_admaif_pput_stereo_to_mono()
579 if (value == admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg])
582 admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg] = value; in tegra210_admaif_cget_stereo_to_mono()
595 admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg]; in tegra210_admaif_cput_stereo_to_mono()
608 if (value == admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg])
611 admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg] = value; in tegra_admaif_dai_probe()
943 admaif->stereo_to_mono[i] = in tegra_admaif_probe()
946 if (!admaif->stereo_to_mono[i]) in tegra_admaif_probe()
H A Dtegra210_i2s.c396 ucontrol->value.enumerated.item[0] = i2s->stereo_to_mono[I2S_TX_PATH];
408 if (value == i2s->stereo_to_mono[I2S_TX_PATH]) in tegra210_i2s_cput_stereo_to_mono()
411 i2s->stereo_to_mono[I2S_TX_PATH] = value;
448 ucontrol->value.enumerated.item[0] = i2s->stereo_to_mono[I2S_RX_PATH];
460 if (value == i2s->stereo_to_mono[I2S_RX_PATH]) in tegra210_i2s_pput_stereo_to_mono()
463 i2s->stereo_to_mono[I2S_RX_PATH] = value;
720 cif_conf.stereo_conv = i2s->stereo_to_mono[path]; in tegra210_i2s_hw_params()
H A Dtegra210_sfc.h72 unsigned int stereo_to_mono[SFC_PATHS]; member
H A Dtegra186_dspk.h65 unsigned int stereo_to_mono; member
H A Dtegra210_dmic.h75 unsigned int stereo_to_mono; member
H A Dtegra210_i2s.h167 unsigned int stereo_to_mono[I2S_PATHS]; member
H A Dtegra210_admaif.h235 unsigned int *stereo_to_mono[ADMAIF_PATHS];
236 unsigned int *stereo_to_mono[ADMAIF_PATHS]; global() member