Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
H A Dtegra186_dspk.c137 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()
H A Dtegra210_admaif.c450 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()
H 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()
H A Dtegra210_i2s.c433 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];
H A Dtegra210_sfc.h71 unsigned int mono_to_stereo[SFC_PATHS]; member
H A Dtegra186_dspk.h64 unsigned int mono_to_stereo; member
H A Dtegra210_dmic.h74 unsigned int mono_to_stereo; member
H A Dtegra210_i2s.h169 unsigned int mono_to_stereo[I2S_PATHS];
168 unsigned int mono_to_stereo[I2S_PATHS]; global() member
H A Dtegra210_admaif.h234 unsigned int *mono_to_stereo[ADMAIF_PATHS];
235 unsigned int *mono_to_stereo[ADMAIF_PATHS]; global() member
/linux/sound/pci/echoaudio/
H A Dechoaudio.h315 char mono_to_stereo; /* Only used if interleave is 1 and member
H A Dechoaudio_dsp.c800 format->bits_per_sample == 32 && !format->mono_to_stereo) { in set_audio_format()
H A Dechoaudio.c683 format.mono_to_stereo = 0; in pcm_prepare()