Home
last modified time | relevance | path

Searched refs:uctl_val (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/sound/soc/tegra/
Dtegra210_i2s.c320 long *uctl_val = &ucontrol->value.integer.value[0]; in tegra210_i2s_get_control() local
323 *uctl_val = i2s->loopback; in tegra210_i2s_get_control()
325 *uctl_val = i2s->fsync_width; in tegra210_i2s_get_control()
327 *uctl_val = i2s->stereo_to_mono[I2S_TX_PATH]; in tegra210_i2s_get_control()
329 *uctl_val = i2s->mono_to_stereo[I2S_TX_PATH]; in tegra210_i2s_get_control()
331 *uctl_val = i2s->stereo_to_mono[I2S_RX_PATH]; in tegra210_i2s_get_control()
333 *uctl_val = i2s->mono_to_stereo[I2S_RX_PATH]; in tegra210_i2s_get_control()
335 *uctl_val = i2s->rx_fifo_th; in tegra210_i2s_get_control()
337 *uctl_val = i2s->bclk_ratio; in tegra210_i2s_get_control()
Dtegra210_admaif.c433 long *uctl_val = &ucontrol->value.integer.value[0]; in tegra_admaif_get_control() local
436 *uctl_val = admaif->mono_to_stereo[ADMAIF_TX_PATH][ec->reg]; in tegra_admaif_get_control()
438 *uctl_val = admaif->mono_to_stereo[ADMAIF_RX_PATH][ec->reg]; in tegra_admaif_get_control()
440 *uctl_val = admaif->stereo_to_mono[ADMAIF_TX_PATH][ec->reg]; in tegra_admaif_get_control()
442 *uctl_val = admaif->stereo_to_mono[ADMAIF_RX_PATH][ec->reg]; in tegra_admaif_get_control()