Thread (25 messages) 25 messages, 5 authors, 2025-03-14

Re: [PATCH 10/14] ASoC: mediatek: mt8196: support CM in platform driver

From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2025-03-07 15:33:30
Also in: linux-devicetree, linux-gpio, linux-mediatek, linux-sound, lkml

On 07/03/2025 13:47, Darren.Ye wrote:
+int mt8196_enable_cm_bypass(struct mtk_base_afe *afe, int id, bool en)
+{
+	int reg = AFE_CM0_CON0 + 0x10 * id;
+
+	mtk_regmap_update_bits(afe->regmap, reg, AFE_CM_BYPASS_MODE_MASK,
+			       en, AFE_CM_BYPASS_MODE_SFT);
+
+	return 0;
+}
+EXPORT_SYMBOL_GPL(mt8196_enable_cm_bypass);
+
+MODULE_DESCRIPTION("Mediatek afe cm");
+MODULE_AUTHOR("darren ye [off-list ref]");
+MODULE_LICENSE("GPL");
If this is module, where is Makefile and Kconfig?

All previous comments about missing kerneldoc also apply.

Best regards,
Krzysztof
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help