Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
H A Dtegra210_dmic.c152 cif_conf.stereo_conv = dmic->stereo_to_mono; in tegra210_dmic_hw_params()
243 ucontrol->value.enumerated.item[0] = dmic->stereo_to_mono; in tegra210_dmic_get_stereo_to_mono()
255 if (value == dmic->stereo_to_mono) in tegra210_dmic_put_stereo_to_mono()
258 dmic->stereo_to_mono = value; in tegra210_dmic_put_stereo_to_mono()
504 dmic->stereo_to_mono = 0; /* "CH0" */ in tegra210_dmic_probe()
H A Dtegra210_admaif.c451 cif_conf.stereo_conv = admaif->stereo_to_mono[path][dai->id]; in tegra_admaif_hw_params()
634 admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg]; in tegra210_admaif_pget_stereo_to_mono()
647 if (value == admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg]) in tegra210_admaif_pput_stereo_to_mono()
650 admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg] = value; in tegra210_admaif_pput_stereo_to_mono()
663 admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg]; in tegra210_admaif_cget_stereo_to_mono()
676 if (value == admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg]) in tegra210_admaif_cput_stereo_to_mono()
679 admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg] = value; in tegra210_admaif_cput_stereo_to_mono()
1011 admaif->stereo_to_mono[i] = in tegra_admaif_probe()
1014 if (!admaif->stereo_to_mono[i]) in tegra_admaif_probe()
H A Dtegra186_dspk.c163 ucontrol->value.enumerated.item[0] = dspk->stereo_to_mono; in tegra186_dspk_get_stereo_to_mono()
175 if (value == dspk->stereo_to_mono) in tegra186_dspk_put_stereo_to_mono()
178 dspk->stereo_to_mono = value; in tegra186_dspk_put_stereo_to_mono()
267 cif_conf.stereo_conv = dspk->stereo_to_mono; in tegra186_dspk_hw_params()
H A Dtegra210_i2s.c407 ucontrol->value.enumerated.item[0] = i2s->stereo_to_mono[I2S_TX_PATH]; in tegra210_i2s_cget_stereo_to_mono()
419 if (value == i2s->stereo_to_mono[I2S_TX_PATH]) in tegra210_i2s_cput_stereo_to_mono()
422 i2s->stereo_to_mono[I2S_TX_PATH] = value; in tegra210_i2s_cput_stereo_to_mono()
459 ucontrol->value.enumerated.item[0] = i2s->stereo_to_mono[I2S_RX_PATH]; in tegra210_i2s_pget_stereo_to_mono()
471 if (value == i2s->stereo_to_mono[I2S_RX_PATH]) in tegra210_i2s_pput_stereo_to_mono()
474 i2s->stereo_to_mono[I2S_RX_PATH] = value; in tegra210_i2s_pput_stereo_to_mono()
731 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.h168 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