Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
A Dtegra210_admaif.c311 cif_conf.stereo_conv = admaif->stereo_to_mono[path][dai->id]; in tegra_admaif_hw_params()
493 admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg]; in tegra210_admaif_pget_stereo_to_mono()
506 if (value == admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg]) in tegra210_admaif_pput_stereo_to_mono()
509 admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg] = value; in tegra210_admaif_pput_stereo_to_mono()
522 admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg]; in tegra210_admaif_cget_stereo_to_mono()
535 if (value == admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg]) in tegra210_admaif_cput_stereo_to_mono()
538 admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg] = value; in tegra210_admaif_cput_stereo_to_mono()
776 admaif->stereo_to_mono[i] = in tegra_admaif_probe()
779 if (!admaif->stereo_to_mono[i]) in tegra_admaif_probe()
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()
501 dmic->stereo_to_mono = 0; /* "CH0" */ in tegra210_dmic_probe()
A Dtegra210_i2s.c378 ucontrol->value.enumerated.item[0] = i2s->stereo_to_mono[I2S_TX_PATH]; in tegra210_i2s_cget_stereo_to_mono()
390 if (value == i2s->stereo_to_mono[I2S_TX_PATH]) in tegra210_i2s_cput_stereo_to_mono()
393 i2s->stereo_to_mono[I2S_TX_PATH] = value; in tegra210_i2s_cput_stereo_to_mono()
430 ucontrol->value.enumerated.item[0] = i2s->stereo_to_mono[I2S_RX_PATH]; in tegra210_i2s_pget_stereo_to_mono()
442 if (value == i2s->stereo_to_mono[I2S_RX_PATH]) in tegra210_i2s_pput_stereo_to_mono()
445 i2s->stereo_to_mono[I2S_RX_PATH] = value; in tegra210_i2s_pput_stereo_to_mono()
672 cif_conf.stereo_conv = i2s->stereo_to_mono[path]; in tegra210_i2s_hw_params()
A Dtegra210_sfc.c3125 cif_conf.stereo_conv = sfc->stereo_to_mono[path]; in tegra210_sfc_set_audio_cif()
3253 ucontrol->value.enumerated.item[0] = sfc->stereo_to_mono[SFC_RX_PATH]; in tegra210_sfc_iget_stereo_to_mono()
3265 if (value == sfc->stereo_to_mono[SFC_RX_PATH]) in tegra210_sfc_iput_stereo_to_mono()
3268 sfc->stereo_to_mono[SFC_RX_PATH] = value; in tegra210_sfc_iput_stereo_to_mono()
3305 ucontrol->value.enumerated.item[0] = sfc->stereo_to_mono[SFC_TX_PATH]; in tegra210_sfc_oget_stereo_to_mono()
3317 if (value == sfc->stereo_to_mono[SFC_TX_PATH]) in tegra210_sfc_oput_stereo_to_mono()
3320 sfc->stereo_to_mono[SFC_TX_PATH] = value; in tegra210_sfc_oput_stereo_to_mono()
A Dtegra186_dspk.c165 ucontrol->value.enumerated.item[0] = dspk->stereo_to_mono; in tegra186_dspk_get_stereo_to_mono()
177 if (value == dspk->stereo_to_mono) in tegra186_dspk_put_stereo_to_mono()
180 dspk->stereo_to_mono = value; in tegra186_dspk_put_stereo_to_mono()
268 cif_conf.stereo_conv = dspk->stereo_to_mono; in tegra186_dspk_hw_params()
A Dtegra210_sfc.h72 unsigned int stereo_to_mono[SFC_PATHS]; member
A Dtegra186_dspk.h65 unsigned int stereo_to_mono; member
A Dtegra210_dmic.h75 unsigned int stereo_to_mono; member
A Dtegra210_i2s.h115 unsigned int stereo_to_mono[I2S_PATHS]; member
A Dtegra210_admaif.h158 unsigned int *stereo_to_mono[ADMAIF_PATHS]; member

Completed in 22 milliseconds