mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 14:22:48 +02:00
Revert "enable sound default"
This reverts commit b33c92aaf5
.
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:
parent
b33c92aaf5
commit
4781d4c068
@ -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[] =
|
||||
|
Loading…
Reference in New Issue
Block a user