Searched refs:mono_to_stereo (Results 1 – 13 of 13) sorted by relevance
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() 267 cif_conf.mono_conv = dspk->mono_to_stereo; in tegra186_dspk_hw_params() 494 dspk->mono_to_stereo = 0; /* "Zero" */ in tegra186_dspk_platform_probe()
3155 cif_conf.mono_conv = sfc->mono_to_stereo[path]; in tegra210_sfc_set_audio_cif() 3308 ucontrol->value.enumerated.item[0] = sfc->mono_to_stereo[SFC_RX_PATH]; in tegra210_sfc_iget_mono_to_stereo() 3320 if (value == sfc->mono_to_stereo[SFC_RX_PATH]) in tegra210_sfc_iput_mono_to_stereo() 3323 sfc->mono_to_stereo[SFC_RX_PATH] = value; in tegra210_sfc_iput_mono_to_stereo() 3360 ucontrol->value.enumerated.item[0] = sfc->mono_to_stereo[SFC_TX_PATH]; in tegra210_sfc_oget_mono_to_stereo() 3372 if (value == sfc->mono_to_stereo[SFC_TX_PATH]) in tegra210_sfc_oput_mono_to_stereo() 3375 sfc->mono_to_stereo[SFC_TX_PATH] = value; in tegra210_sfc_oput_mono_to_stereo()
381 cif_conf.mono_conv = admaif->mono_to_stereo[path][dai->id]; in tegra_admaif_hw_params() 504 admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg]; in tegra210_admaif_pget_mono_to_stereo() 517 if (value == admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg]) in tegra210_admaif_pput_mono_to_stereo() 520 admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg] = value; in tegra210_admaif_pput_mono_to_stereo() 533 admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg]; in tegra210_admaif_cget_mono_to_stereo() 546 if (value == admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg]) in tegra210_admaif_cput_mono_to_stereo() 549 admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg] = value; in tegra210_admaif_cput_mono_to_stereo() 942 admaif->mono_to_stereo[i] = in tegra_admaif_probe() 945 if (!admaif->mono_to_stereo[i]) in tegra_admaif_probe()
152 cif_conf.mono_conv = dmic->mono_to_stereo; in tegra210_dmic_hw_params() 218 ucontrol->value.enumerated.item[0] = dmic->mono_to_stereo; in tegra210_dmic_get_mono_to_stereo() 230 if (value == dmic->mono_to_stereo) in tegra210_dmic_put_mono_to_stereo() 233 dmic->mono_to_stereo = value; in tegra210_dmic_put_mono_to_stereo()
418 ucontrol->value.enumerated.item[0] = i2s->mono_to_stereo[I2S_TX_PATH]; in tegra210_i2s_cget_mono_to_stereo() 430 if (value == i2s->mono_to_stereo[I2S_TX_PATH]) in tegra210_i2s_cput_mono_to_stereo() 433 i2s->mono_to_stereo[I2S_TX_PATH] = value; in tegra210_i2s_cput_mono_to_stereo() 470 ucontrol->value.enumerated.item[0] = i2s->mono_to_stereo[I2S_RX_PATH]; in tegra210_i2s_pget_mono_to_stereo() 482 if (value == i2s->mono_to_stereo[I2S_RX_PATH]) in tegra210_i2s_pput_mono_to_stereo() 485 i2s->mono_to_stereo[I2S_RX_PATH] = value; in tegra210_i2s_pput_mono_to_stereo() 715 cif_conf.mono_conv = i2s->mono_to_stereo[path]; in tegra210_i2s_hw_params()
71 unsigned int mono_to_stereo[SFC_PATHS]; member
64 unsigned int mono_to_stereo; member
74 unsigned int mono_to_stereo; member
168 unsigned int mono_to_stereo[I2S_PATHS]; member
235 unsigned int *mono_to_stereo[ADMAIF_PATHS]; 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()