Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/tegra/
A Dtegra210_admaif.c310 cif_conf.mono_conv = admaif->mono_to_stereo[path][dai->id]; in tegra_admaif_hw_params()
435 admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg]; in tegra210_admaif_pget_mono_to_stereo()
448 if (value == admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg]) in tegra210_admaif_pput_mono_to_stereo()
451 admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg] = value; in tegra210_admaif_pput_mono_to_stereo()
464 admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg]; in tegra210_admaif_cget_mono_to_stereo()
477 if (value == admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg]) in tegra210_admaif_cput_mono_to_stereo()
480 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()
A Dtegra186_dspk.c139 ucontrol->value.enumerated.item[0] = dspk->mono_to_stereo; in tegra186_dspk_get_mono_to_stereo()
151 if (value == dspk->mono_to_stereo) in tegra186_dspk_put_mono_to_stereo()
154 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()
491 dspk->mono_to_stereo = 0; /* "Zero" */ in tegra186_dspk_platform_probe()
A Dtegra210_i2s.c404 ucontrol->value.enumerated.item[0] = i2s->mono_to_stereo[I2S_TX_PATH]; in tegra210_i2s_cget_mono_to_stereo()
416 if (value == i2s->mono_to_stereo[I2S_TX_PATH]) in tegra210_i2s_cput_mono_to_stereo()
419 i2s->mono_to_stereo[I2S_TX_PATH] = value; in tegra210_i2s_cput_mono_to_stereo()
456 ucontrol->value.enumerated.item[0] = i2s->mono_to_stereo[I2S_RX_PATH]; in tegra210_i2s_pget_mono_to_stereo()
468 if (value == i2s->mono_to_stereo[I2S_RX_PATH]) in tegra210_i2s_pput_mono_to_stereo()
471 i2s->mono_to_stereo[I2S_RX_PATH] = value; in tegra210_i2s_pput_mono_to_stereo()
671 cif_conf.mono_conv = i2s->mono_to_stereo[path]; in tegra210_i2s_hw_params()
A Dtegra210_sfc.c3126 cif_conf.mono_conv = sfc->mono_to_stereo[path]; in tegra210_sfc_set_audio_cif()
3279 ucontrol->value.enumerated.item[0] = sfc->mono_to_stereo[SFC_RX_PATH]; in tegra210_sfc_iget_mono_to_stereo()
3291 if (value == sfc->mono_to_stereo[SFC_RX_PATH]) in tegra210_sfc_iput_mono_to_stereo()
3294 sfc->mono_to_stereo[SFC_RX_PATH] = value; in tegra210_sfc_iput_mono_to_stereo()
3331 ucontrol->value.enumerated.item[0] = sfc->mono_to_stereo[SFC_TX_PATH]; in tegra210_sfc_oget_mono_to_stereo()
3343 if (value == sfc->mono_to_stereo[SFC_TX_PATH]) in tegra210_sfc_oput_mono_to_stereo()
3346 sfc->mono_to_stereo[SFC_TX_PATH] = value; in tegra210_sfc_oput_mono_to_stereo()
A Dtegra210_dmic.c151 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()
A Dtegra210_sfc.h71 unsigned int mono_to_stereo[SFC_PATHS]; member
A Dtegra186_dspk.h64 unsigned int mono_to_stereo; member
A Dtegra210_dmic.h74 unsigned int mono_to_stereo; member
A Dtegra210_i2s.h116 unsigned int mono_to_stereo[I2S_PATHS]; member
A Dtegra210_admaif.h157 unsigned int *mono_to_stereo[ADMAIF_PATHS]; member
/linux-6.3-rc2/sound/pci/echoaudio/
A Dechoaudio.h330 char mono_to_stereo; /* Only used if interleave is 1 and member
A Dechoaudio_dsp.c815 format->bits_per_sample == 32 && !format->mono_to_stereo) { in set_audio_format()
A Dechoaudio.c702 format.mono_to_stereo = 0; in pcm_prepare()

Completed in 32 milliseconds