Skip to content

Commit bdec724

Browse files
povikjannau
authored andcommitted
ASoC: macaudio: Do not disable ISENSE/VSENSE switches on j314
Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
1 parent c2d7443 commit bdec724

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/soc/apple/macaudio.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,8 +924,10 @@ static int macaudio_j314_fixup_controls(struct snd_soc_card *card)
924924
* samples from the codecs back to us, disable the
925925
* controls.
926926
*/
927+
#if 0
927928
CHECK(snd_soc_deactivate_kctl, "* VSENSE Switch", 0);
928929
CHECK(snd_soc_deactivate_kctl, "* ISENSE Switch", 0);
930+
#endif
929931
}
930932

931933
return 0;

0 commit comments

Comments
 (0)