Home
last modified time | relevance | path

Searched refs:mono_to_stereo (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/sound/soc/tegra/
Dtegra186_dspk.c44 ucontrol->value.integer.value[0] = dspk->mono_to_stereo; in tegra186_dspk_get_control()
67 dspk->mono_to_stereo = val; in tegra186_dspk_put_control()
156 cif_conf.mono_conv = dspk->mono_to_stereo; in tegra186_dspk_hw_params()
378 dspk->mono_to_stereo = 0; /* "Zero" */ in tegra186_dspk_platform_probe()
Dtegra210_admaif.c310 cif_conf.mono_conv = admaif->mono_to_stereo[path][dai->id]; in tegra_admaif_hw_params()
436 *uctl_val = admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg]; in tegra_admaif_get_control()
438 *uctl_val = admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg]; in tegra_admaif_get_control()
456 admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg] = value; in tegra_admaif_put_control()
458 admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg] = value; in tegra_admaif_put_control()
696 admaif->mono_to_stereo[i] = in tegra_admaif_probe()
699 if (!admaif->mono_to_stereo[i]) in tegra_admaif_probe()
Dtegra210_i2s.c329 *uctl_val = i2s->mono_to_stereo[I2S_TX_PATH]; in tegra210_i2s_get_control()
333 *uctl_val = i2s->mono_to_stereo[I2S_RX_PATH]; in tegra210_i2s_get_control()
374 i2s->mono_to_stereo[I2S_TX_PATH] = value; in tegra210_i2s_put_control()
378 i2s->mono_to_stereo[I2S_RX_PATH] = value; in tegra210_i2s_put_control()
521 cif_conf.mono_conv = i2s->mono_to_stereo[path]; in tegra210_i2s_hw_params()
Dtegra186_dspk.h64 unsigned int mono_to_stereo; member
Dtegra210_dmic.c151 cif_conf.mono_conv = dmic->mono_to_stereo; in tegra210_dmic_hw_params()
170 ucontrol->value.integer.value[0] = dmic->mono_to_stereo; in tegra210_dmic_get_control()
193 dmic->mono_to_stereo = value; in tegra210_dmic_put_control()
Dtegra210_dmic.h74 unsigned int mono_to_stereo; member
Dtegra210_i2s.h116 unsigned int mono_to_stereo[I2S_PATHS]; member
Dtegra210_admaif.h157 unsigned int *mono_to_stereo[ADMAIF_PATHS]; member
/Linux-v5.10/sound/pci/echoaudio/
Dechoaudio.h330 char mono_to_stereo; /* Only used if interleave is 1 and member
Dechoaudio_dsp.c811 format->bits_per_sample == 32 && !format->mono_to_stereo) { in set_audio_format()
Dechoaudio.c689 format.mono_to_stereo = 0; in pcm_prepare()