Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
H A Dtegra210_admaif.c381 cif_conf.mono_conv = admaif->mono_to_stereo[path][dai->id]; in tegra_admaif_hw_params()
507 admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg]; in tegra210_admaif_pput_mono_to_stereo()
520 if (value == admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg]) in tegra210_admaif_pput_mono_to_stereo()
523 admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg] = value; in tegra210_admaif_cget_mono_to_stereo()
536 admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg]; in tegra210_admaif_cput_mono_to_stereo()
549 if (value == admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg]) in tegra210_admaif_cput_mono_to_stereo()
552 admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg] = value; in tegra210_admaif_pget_stereo_to_mono()
945 admaif->mono_to_stereo[i] = in tegra_admaif_probe()
948 if (!admaif->mono_to_stereo[i]) in tegra_admaif_probe()
H A Dtegra210_i2s.c422 ucontrol->value.enumerated.item[0] = i2s->mono_to_stereo[I2S_TX_PATH];
434 if (value == i2s->mono_to_stereo[I2S_TX_PATH]) in tegra210_i2s_cput_mono_to_stereo()
437 i2s->mono_to_stereo[I2S_TX_PATH] = value;
474 ucontrol->value.enumerated.item[0] = i2s->mono_to_stereo[I2S_RX_PATH];
486 if (value == i2s->mono_to_stereo[I2S_RX_PATH]) in tegra210_i2s_pput_mono_to_stereo()
489 i2s->mono_to_stereo[I2S_RX_PATH] = value;
719 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.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()