Re: [PATCH 05/13] ASoC: amd: add acp6.2 pdm platform driver

From: Amadeusz Sławiński
Date: Fri Aug 12 2022 - 10:21:00 EST


On 8/12/2022 2:07 PM, Syed Saba kareem wrote:
PDM platform driver binds to the platform device created by
ACP6.2 PCI device. PDM driver registers ALSA DMA and CPU DAI
components with ASoC framework.

Signed-off-by: Syed Saba Kareem <Syed.SabaKareem@xxxxxxx>
---

...

+
+module_platform_driver(acp62_pdm_dma_driver);
+
+MODULE_AUTHOR("Syed.SabaKareem@xxxxxxx");
+MODULE_DESCRIPTION("AMD PHEONIX PDM Driver");

phoenix is usually written with "oe", so just making sure if above is not a typo?

+MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:" DRV_NAME);