1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-30 02:01:05 +02:00

Revert "enable sound default"

This reverts commit b33c92aaf5a5ac8849cbb85c2f31067ff5d0606b.

The commit inverted the semantics for ADC Switch. When the switch is Off Sound
is On and when the switch is On sound is Off. This will certainly confuse users
and apps.

And it did not enable sound by default.
This commit is contained in:
Lars-Peter Clausen 2009-12-17 21:05:17 +01:00
parent b33c92aaf5
commit 4781d4c068

View File

@ -110,7 +110,7 @@ static const struct snd_kcontrol_new jz_codec_output_controls[] = {
SOC_DAPM_SINGLE("Bypass Switch", JZ_REG_CODEC_1,
JZ_CODEC_1_SW1_ENABLE_OFFSET, 1, 0),
SOC_DAPM_SINGLE("DAC Switch", JZ_REG_CODEC_1,
JZ_CODEC_1_SW2_ENABLE_OFFSET, 1, 1),
JZ_CODEC_1_SW2_ENABLE_OFFSET, 1, 0),
};
static const struct snd_kcontrol_new jz_codec_input_controls[] =