Prechádzať zdrojové kódy

asoc:pineapple: check for wsa max dev's and return if NULL

Check for wsa_max_devs when upd is running over
wsa earpiece.

Change-Id: I39ac27f14970a775429a80103b64a7882c8a9f62
signed-off-by: sarath varma ganapathiraju <[email protected]>
Ganapathiraju Sarath Varma 3 rokov pred
rodič
commit
75e52a63af
1 zmenil súbory, kde vykonal 4 pridanie a 1 odobranie
  1. 4 1
      asoc/pineapple.c

+ 4 - 1
asoc/pineapple.c

@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
- * Copyright (c) 2022. Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2022-2023. Qualcomm Innovation Center, Inc. All rights reserved.
  */
 
 #include <linux/clk.h>
@@ -213,6 +213,9 @@ static void msm_set_upd_config(struct snd_soc_pcm_runtime *rtd)
 					"wsa-codec.1");
 				return;
 			}
+		} else {
+			pr_err("%s wsa_max_devs are NULL\n", __func__);
+			return;
 		}
 	} else {
 		component = snd_soc_rtdcom_lookup(rtd, WCD939X_DRV_NAME);