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

From: Syed Saba Kareem
Date: Tue Aug 16 2022 - 04:47:36 EST



On 8/12/22 19:50, Amadeusz Sławiński wrote:
[CAUTION: External Email]

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?

It is a typo mistake will correct it.
+MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:" DRV_NAME);