Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
H A Dtegra210_admaif.c378 cif_conf.mono_conv = admaif->mono_to_stereo[path][dai->id]; in tegra_admaif_hw_params()
501 admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg]; in tegra210_admaif_pget_mono_to_stereo()
514 if (value == admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg]) in tegra210_admaif_pput_mono_to_stereo()
517 admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg] = value; in tegra210_admaif_pput_mono_to_stereo()
530 admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg]; in tegra210_admaif_cget_mono_to_stereo()
543 if (value == admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg]) in tegra210_admaif_cput_mono_to_stereo()
546 admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg] = value; in tegra210_admaif_cput_mono_to_stereo()
939 admaif->mono_to_stereo[i] = in tegra_admaif_probe()
942 if (!admaif->mono_to_stereo[i]) in tegra_admaif_probe()
H A Dtegra210_i2s.c418 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()
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.h168 unsigned int mono_to_stereo[I2S_PATHS]; member
H A Dtegra210_admaif.h235 unsigned int *mono_to_stereo[ADMAIF_PATHS]; member
/linux/sound/pci/echoaudio/
H A Dechoaudio.h330 char mono_to_stereo; /* Only used if interleave is 1 and member
H A Dechoaudio_dsp.c815 format->bits_per_sample == 32 && !format->mono_to_stereo) { in set_audio_format()