Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/tegra/
Dtegra210_dmic.c152 cif_conf.stereo_conv = dmic->stereo_to_mono; in tegra210_dmic_hw_params()
172 ucontrol->value.integer.value[0] = dmic->stereo_to_mono; in tegra210_dmic_get_control()
195 dmic->stereo_to_mono = value; in tegra210_dmic_put_control()
387 dmic->stereo_to_mono = 0; /* "CH0" */ in tegra210_dmic_probe()
Dtegra210_admaif.c311 cif_conf.stereo_conv = admaif->stereo_to_mono[path][dai->id]; in tegra_admaif_hw_params()
440 *uctl_val = admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg]; in tegra_admaif_get_control()
442 *uctl_val = admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg]; in tegra_admaif_get_control()
460 admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg] = value; in tegra_admaif_put_control()
462 admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg] = value; in tegra_admaif_put_control()
696 admaif->stereo_to_mono[i] = in tegra_admaif_probe()
699 if (!admaif->stereo_to_mono[i]) in tegra_admaif_probe()
Dtegra210_i2s.c327 *uctl_val = i2s->stereo_to_mono[I2S_TX_PATH]; in tegra210_i2s_get_control()
331 *uctl_val = i2s->stereo_to_mono[I2S_RX_PATH]; in tegra210_i2s_get_control()
372 i2s->stereo_to_mono[I2S_TX_PATH] = value; in tegra210_i2s_put_control()
376 i2s->stereo_to_mono[I2S_RX_PATH] = value; in tegra210_i2s_put_control()
522 cif_conf.stereo_conv = i2s->stereo_to_mono[path]; in tegra210_i2s_hw_params()
Dtegra186_dspk.h65 unsigned int stereo_to_mono; member
Dtegra186_dspk.c46 ucontrol->value.integer.value[0] = dspk->stereo_to_mono; in tegra186_dspk_get_control()
69 dspk->stereo_to_mono = val; in tegra186_dspk_put_control()
157 cif_conf.stereo_conv = dspk->stereo_to_mono; in tegra186_dspk_hw_params()
Dtegra210_dmic.h75 unsigned int stereo_to_mono; member
Dtegra210_i2s.h115 unsigned int stereo_to_mono[I2S_PATHS]; member
Dtegra210_admaif.h158 unsigned int *stereo_to_mono[ADMAIF_PATHS]; member