ASoC: wm8903: Remove outdated DMIC comment

Message ID 20230328095819.1632802-1-ckeepax@opensource.cirrus.com
State New
Headers
Series ASoC: wm8903: Remove outdated DMIC comment |

Commit Message

Charles Keepax March 28, 2023, 9:58 a.m. UTC
  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 <ckeepax@opensource.cirrus.com>
---
 sound/soc/codecs/wm8903.c | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Mark Brown March 28, 2023, 3:52 p.m. UTC | #1
On Tue, 28 Mar 2023 10:58:19 +0100, Charles Keepax wrote:
> 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.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: wm8903: Remove outdated DMIC comment
      commit: 7739b152776655a86568103afded77aa240f3ad4

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
  

Patch

diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c
index 41346e5ec5ad4..1dc8e20bdace6 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 <linux/module.h>