Searched refs:stereo_to_mono (Results 1 - 10 of 10) sorted by relevance

/linux-master/sound/soc/tegra/
H A Dtegra186_dspk.h65 unsigned int stereo_to_mono; member in struct:tegra186_dspk
H A Dtegra210_sfc.h72 unsigned int stereo_to_mono[SFC_PATHS]; member in struct:tegra210_sfc
H A Dtegra210_dmic.h75 unsigned int stereo_to_mono; member in struct:tegra210_dmic
H A Dtegra210_dmic.c152 cif_conf.stereo_conv = dmic->stereo_to_mono;
243 ucontrol->value.enumerated.item[0] = dmic->stereo_to_mono;
255 if (value == dmic->stereo_to_mono)
258 dmic->stereo_to_mono = value;
501 dmic->stereo_to_mono = 0; /* "CH0" */
H A Dtegra210_i2s.h115 unsigned int stereo_to_mono[I2S_PATHS]; member in struct:tegra210_i2s
H A Dtegra210_admaif.c311 cif_conf.stereo_conv = admaif->stereo_to_mono[path][dai->id];
488 admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg];
501 if (value == admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg])
504 admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg] = value;
517 admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg];
530 if (value == admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg])
533 admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg] = value;
776 admaif->stereo_to_mono[i] =
779 if (!admaif->stereo_to_mono[i])
H A Dtegra186_dspk.c164 ucontrol->value.enumerated.item[0] = dspk->stereo_to_mono;
176 if (value == dspk->stereo_to_mono)
179 dspk->stereo_to_mono = value;
267 cif_conf.stereo_conv = dspk->stereo_to_mono;
H A Dtegra210_i2s.c378 ucontrol->value.enumerated.item[0] = i2s->stereo_to_mono[I2S_TX_PATH];
390 if (value == i2s->stereo_to_mono[I2S_TX_PATH])
393 i2s->stereo_to_mono[I2S_TX_PATH] = value;
430 ucontrol->value.enumerated.item[0] = i2s->stereo_to_mono[I2S_RX_PATH];
442 if (value == i2s->stereo_to_mono[I2S_RX_PATH])
445 i2s->stereo_to_mono[I2S_RX_PATH] = value;
672 cif_conf.stereo_conv = i2s->stereo_to_mono[path];
H A Dtegra210_admaif.h158 unsigned int *stereo_to_mono[ADMAIF_PATHS]; member in struct:tegra_admaif
H A Dtegra210_sfc.c3153 cif_conf.stereo_conv = sfc->stereo_to_mono[path];
3281 ucontrol->value.enumerated.item[0] = sfc->stereo_to_mono[SFC_RX_PATH];
3293 if (value == sfc->stereo_to_mono[SFC_RX_PATH])
3296 sfc->stereo_to_mono[SFC_RX_PATH] = value;
3333 ucontrol->value.enumerated.item[0] = sfc->stereo_to_mono[SFC_TX_PATH];
3345 if (value == sfc->stereo_to_mono[SFC_TX_PATH])
3348 sfc->stereo_to_mono[SFC_TX_PATH] = value;

Completed in 235 milliseconds