Searched refs:mono_to_stereo (Results 1 – 12 of 12) sorted by relevance
137 ucontrol->value.enumerated.item[0] = dspk->mono_to_stereo; in tegra186_dspk_get_mono_to_stereo()149 if (value == dspk->mono_to_stereo) in tegra186_dspk_put_mono_to_stereo()152 dspk->mono_to_stereo = value; in tegra186_dspk_put_mono_to_stereo()266 cif_conf.mono_conv = dspk->mono_to_stereo; in tegra186_dspk_hw_params()493 dspk->mono_to_stereo = 0; /* "Zero" */ in tegra186_dspk_platform_probe()
450 cif_conf.mono_conv = admaif->mono_to_stereo[path][dai->id]; in tegra_admaif_stop() 576 admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg]; in tegra210_admaif_pput_stereo_to_mono() 589 if (value == admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg]) in tegra210_admaif_cget_stereo_to_mono() 592 admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg] = value;605 admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg]; in tegra210_admaif_cput_stereo_to_mono() 618 if (value == admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg])621 admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg] = value;1005 admaif->mono_to_stereo[i] = in tegra_admaif_probe() 1008 if (!admaif->mono_to_stereo[i]) in tegra_admaif_probe()
151 cif_conf.mono_conv = dmic->mono_to_stereo; in tegra210_dmic_hw_params()217 ucontrol->value.enumerated.item[0] = dmic->mono_to_stereo; in tegra210_dmic_get_mono_to_stereo()229 if (value == dmic->mono_to_stereo) in tegra210_dmic_put_mono_to_stereo()232 dmic->mono_to_stereo = value; in tegra210_dmic_put_mono_to_stereo()
433 ucontrol->value.enumerated.item[0] = i2s->mono_to_stereo[I2S_TX_PATH]; in tegra210_i2s_cput_mono_to_stereo() 445 if (value == i2s->mono_to_stereo[I2S_TX_PATH]) in tegra210_i2s_pget_stereo_to_mono() 448 i2s->mono_to_stereo[I2S_TX_PATH] = value; in tegra210_i2s_pget_stereo_to_mono() 485 ucontrol->value.enumerated.item[0] = i2s->mono_to_stereo[I2S_RX_PATH]; in tegra210_i2s_pput_mono_to_stereo() 497 if (value == i2s->mono_to_stereo[I2S_RX_PATH]) in tegra210_i2s_pget_fifo_th() 500 i2s->mono_to_stereo[I2S_RX_PATH] = value; in tegra210_i2s_pget_fifo_th() 730 cif_conf.mono_conv = i2s->mono_to_stereo[path];
71 unsigned int mono_to_stereo[SFC_PATHS]; member
64 unsigned int mono_to_stereo; member
74 unsigned int mono_to_stereo; member
169 unsigned int mono_to_stereo[I2S_PATHS];168 unsigned int mono_to_stereo[I2S_PATHS]; global() member
234 unsigned int *mono_to_stereo[ADMAIF_PATHS];235 unsigned int *mono_to_stereo[ADMAIF_PATHS]; global() member
315 char mono_to_stereo; /* Only used if interleave is 1 and member
800 format->bits_per_sample == 32 && !format->mono_to_stereo) { in set_audio_format()
683 format.mono_to_stereo = 0; in pcm_prepare()