Searched refs:mono_to_stereo (Results 1 – 13 of 13) sorted by relevance
310 cif_conf.mono_conv = admaif->mono_to_stereo[path][dai->id]; in tegra_admaif_hw_params()430 admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg]; in tegra210_admaif_pget_mono_to_stereo()443 if (value == admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg]) in tegra210_admaif_pput_mono_to_stereo()446 admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg] = value; in tegra210_admaif_pput_mono_to_stereo()459 admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg]; in tegra210_admaif_cget_mono_to_stereo()472 if (value == admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg]) in tegra210_admaif_cput_mono_to_stereo()475 admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg] = value; in tegra210_admaif_cput_mono_to_stereo()770 admaif->mono_to_stereo[i] = in tegra_admaif_probe()773 if (!admaif->mono_to_stereo[i]) in tegra_admaif_probe()
138 ucontrol->value.enumerated.item[0] = dspk->mono_to_stereo; in tegra186_dspk_get_mono_to_stereo()150 if (value == dspk->mono_to_stereo) in tegra186_dspk_put_mono_to_stereo()153 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()490 dspk->mono_to_stereo = 0; /* "Zero" */ in tegra186_dspk_platform_probe()
406 ucontrol->value.enumerated.item[0] = i2s->mono_to_stereo[I2S_TX_PATH]; in tegra210_i2s_cget_mono_to_stereo()418 if (value == i2s->mono_to_stereo[I2S_TX_PATH]) in tegra210_i2s_cput_mono_to_stereo()421 i2s->mono_to_stereo[I2S_TX_PATH] = value; in tegra210_i2s_cput_mono_to_stereo()458 ucontrol->value.enumerated.item[0] = i2s->mono_to_stereo[I2S_RX_PATH]; in tegra210_i2s_pget_mono_to_stereo()470 if (value == i2s->mono_to_stereo[I2S_RX_PATH]) in tegra210_i2s_pput_mono_to_stereo()473 i2s->mono_to_stereo[I2S_RX_PATH] = value; in tegra210_i2s_pput_mono_to_stereo()697 cif_conf.mono_conv = i2s->mono_to_stereo[path]; in tegra210_i2s_hw_params()
3154 cif_conf.mono_conv = sfc->mono_to_stereo[path]; in tegra210_sfc_set_audio_cif()3307 ucontrol->value.enumerated.item[0] = sfc->mono_to_stereo[SFC_RX_PATH]; in tegra210_sfc_iget_mono_to_stereo()3319 if (value == sfc->mono_to_stereo[SFC_RX_PATH]) in tegra210_sfc_iput_mono_to_stereo()3322 sfc->mono_to_stereo[SFC_RX_PATH] = value; in tegra210_sfc_iput_mono_to_stereo()3359 ucontrol->value.enumerated.item[0] = sfc->mono_to_stereo[SFC_TX_PATH]; in tegra210_sfc_oget_mono_to_stereo()3371 if (value == sfc->mono_to_stereo[SFC_TX_PATH]) in tegra210_sfc_oput_mono_to_stereo()3374 sfc->mono_to_stereo[SFC_TX_PATH] = value; in tegra210_sfc_oput_mono_to_stereo()
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()
71 unsigned int mono_to_stereo[SFC_PATHS]; member
64 unsigned int mono_to_stereo; member
74 unsigned int mono_to_stereo; member
118 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
815 format->bits_per_sample == 32 && !format->mono_to_stereo) { in set_audio_format()
691 format.mono_to_stereo = 0; in pcm_prepare()