Searched refs:mono_to_stereo (Results 1 – 11 of 11) sorted by relevance
44 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()
310 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()
329 *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()
64 unsigned int mono_to_stereo; member
151 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()
74 unsigned int mono_to_stereo; member
116 unsigned int mono_to_stereo[I2S_PATHS]; member
157 unsigned int *mono_to_stereo[ADMAIF_PATHS]; member
330 char mono_to_stereo; /* Only used if interleave is 1 and member
811 format->bits_per_sample == 32 && !format->mono_to_stereo) { in set_audio_format()
689 format.mono_to_stereo = 0; in pcm_prepare()