Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/tegra/
A Dtegra210_i2s.c378 ucontrol->value.enumerated.item[0] = i2s->stereo_to_mono[I2S_TX_PATH]; in tegra210_i2s_cget_stereo_to_mono()
390 if (value == i2s->stereo_to_mono[I2S_TX_PATH]) in tegra210_i2s_cput_stereo_to_mono()
393 i2s->stereo_to_mono[I2S_TX_PATH] = value; in tegra210_i2s_cput_stereo_to_mono()
404 ucontrol->value.enumerated.item[0] = i2s->mono_to_stereo[I2S_TX_PATH]; in tegra210_i2s_cget_mono_to_stereo()
416 if (value == i2s->mono_to_stereo[I2S_TX_PATH]) in tegra210_i2s_cput_mono_to_stereo()
419 i2s->mono_to_stereo[I2S_TX_PATH] = value; in tegra210_i2s_cput_mono_to_stereo()
653 path = I2S_TX_PATH; in tegra210_i2s_hw_params()
A Dtegra210_i2s.h107 I2S_TX_PATH, enumerator

Completed in 6 milliseconds