Commit 282792e8d3dc6ec6486ad64b14f22f076ae56d75
1 parent
623e4defcf
Exists in
master
and in
2 other branches
= 사운드 이슈 수정
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
kernel/linux-imx6_3.14.28/sound/soc/codecs/sgtl5000.c
@@ -680,6 +680,8 @@ static const struct snd_kcontrol_new sgtl5000_snd_controls[] = { | @@ -680,6 +680,8 @@ static const struct snd_kcontrol_new sgtl5000_snd_controls[] = { | ||
680 | 0, 8, | 680 | 0, 8, |
681 | 0x7f, 1, | 681 | 0x7f, 1, |
682 | headphone_volume), | 682 | headphone_volume), |
683 | + SOC_SINGLE("Headphone Playback Switch", SGTL5000_CHIP_ANA_CTRL, | ||
684 | + 4, 1, 1), | ||
683 | SOC_SINGLE("Headphone Playback ZC Switch", SGTL5000_CHIP_ANA_CTRL, | 685 | SOC_SINGLE("Headphone Playback ZC Switch", SGTL5000_CHIP_ANA_CTRL, |
684 | 5, 1, 0), | 686 | 5, 1, 0), |
685 | 687 |