瀏覽代碼

asoc: pineapple: fix compilation fix for pitti

fix compilation fix for pitti.

Change-Id: Ifb8c5a4a467e8d2f86ba93c7f27b457dd1f6d1c4
Signed-off-by: Prasad Kumpatla <[email protected]>
Prasad Kumpatla 1 年之前
父節點
當前提交
74ecbee24e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      asoc/pineapple.c

+ 2 - 2
asoc/pineapple.c

@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-only
 // SPDX-License-Identifier: GPL-2.0-only
 /*
 /*
  * Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
  * Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
- * Copyright (c) 2022-2023, Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2022-2024, Qualcomm Innovation Center, Inc. All rights reserved.
  */
  */
 
 
 #include <linux/clk.h>
 #include <linux/clk.h>
@@ -164,8 +164,8 @@ static bool msm_usbc_swap_gnd_mic(struct snd_soc_component *component, bool acti
 		else if (wcd_mbhc_cfg.enable_usbc_analog)
 		else if (wcd_mbhc_cfg.enable_usbc_analog)
 			ret = wcd_usbss_switch_update(WCD_USBSS_GND_MIC_SWAP_AATC,
 			ret = wcd_usbss_switch_update(WCD_USBSS_GND_MIC_SWAP_AATC,
 							WCD_USBSS_CABLE_CONNECT);
 							WCD_USBSS_CABLE_CONNECT);
-	}
 #endif
 #endif
+	}
 	if (ret == 0)
 	if (ret == 0)
 		return true;
 		return true;
 	else
 	else