Re: [PATCH 3/5] ASoC: codec: wcd-mbhc-v2: add support when connected behind an USB-C audio mux

From: Neil Armstrong
Date: Tue Nov 28 2023 - 03:59:57 EST


On 23/11/2023 18:38, Mark Brown wrote:
On Thu, Nov 23, 2023 at 03:49:13PM +0100, Neil Armstrong wrote:

+
+ return 0;
+}
+EXPORT_SYMBOL(wcd_mbhc_typec_report_unplug);

ASoC is generally EXPORT_SYMBOL_GPL.

Bad copy paste from rest of the code... will fix

Thanks,
Neil