From 7739b152776655a86568103afded77aa240f3ad4 Mon Sep 17 00:00:00 2001 From: Charles Keepax Date: Tue, 28 Mar 2023 10:58:19 +0100 Subject: [PATCH] ASoC: wm8903: Remove outdated DMIC comment Support for DMICs was added in commit 97945c46a23d ("ASoC: WM8903: Implement DMIC support"). Remove them from the TODO list at the top of the driver. Signed-off-by: Charles Keepax Link: https://lore.kernel.org/r/20230328095819.1632802-1-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown --- sound/soc/codecs/wm8903.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c index 41346e5..1dc8e20 100644 --- a/sound/soc/codecs/wm8903.c +++ b/sound/soc/codecs/wm8903.c @@ -9,7 +9,6 @@ * * TODO: * - TDM mode configuration. - * - Digital microphone support. */ #include -- 2.7.4