lulu: Swapped capture switch logic for kernelnext

The mic capture switch is backwards on lulu in 4.14. This can just be
fixed in the UCM configs.

BUG=b:133861239
TEST=Build lulu under kernelnext profile and make sure mic capture works
     with and without headphones

Change-Id: I0c32e41e9fb37af50eaccdc0e3987b7d5f6060a5
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/board-overlays/+/1797392
Commit-Queue: Jon Flatley <jflat@chromium.org>
Tested-by: Jon Flatley <jflat@chromium.org>
Reviewed-by: Curtis Malainey <cujomalainey@chromium.org>
(cherry picked from commit ea933e36f1d87666e59c79b2c3e8c0a53ba2fd00)
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/board-overlays/+/1803911
Reviewed-by: Jon Flatley <jflat@chromium.org>
diff --git a/overlay-lulu/chromeos-base/chromeos-bsp-lulu/chromeos-bsp-lulu-0.0.1-r22.ebuild b/overlay-lulu/chromeos-base/chromeos-bsp-lulu/chromeos-bsp-lulu-0.0.1-r24.ebuild
similarity index 100%
rename from overlay-lulu/chromeos-base/chromeos-bsp-lulu/chromeos-bsp-lulu-0.0.1-r22.ebuild
rename to overlay-lulu/chromeos-base/chromeos-bsp-lulu/chromeos-bsp-lulu-0.0.1-r24.ebuild
diff --git a/overlay-lulu/chromeos-base/chromeos-bsp-lulu/files/audio-config/ucm-config/HDA Intel PCH/HiFi.conf b/overlay-lulu/chromeos-base/chromeos-bsp-lulu/files/audio-config/ucm-config/HDA Intel PCH/HiFi.conf
index 6174c0b..e09c691 100644
--- a/overlay-lulu/chromeos-base/chromeos-bsp-lulu/files/audio-config/ucm-config/HDA Intel PCH/HiFi.conf
+++ b/overlay-lulu/chromeos-base/chromeos-bsp-lulu/files/audio-config/ucm-config/HDA Intel PCH/HiFi.conf
@@ -13,7 +13,7 @@
 		cset "name='Capture Volume' 39"
 		cset "name='Mic Boost Volume' 2"
 		cset "name='Internal Mic Boost Volume' 1"
-		cset "name='Capture Source' 0"
+		cset "name='Capture Source' 1"
 	]
 	DisableSequence [
 	]
@@ -45,11 +45,11 @@
 	EnableSequence [
 		cdev "hw:PCH"
 
-		cset "name='Capture Source' 1"
+		cset "name='Capture Source' 0"
 	]
 	DisableSequence [
 		cdev "hw:PCH"
 
-		cset "name='Capture Source' 0"
+		cset "name='Capture Source' 1"
 	]
 }