mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: qby140326 <qby140326@gmail.com>
To: "Mukunda,Vijendar" <vijendar.mukunda@amd.com>,
	Mark Brown <broonie@kernel.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
	linux-kernel@vger.kernel.org, linux-sound@vger.kernel.org,
	Mario Limonciello <mario.limonciello@amd.com>,
	Venkata Prasad Potturu <venkataprasad.potturu@amd.com>,
	"Dommati, Sunil-kumar" <Sunil-kumar.Dommati@amd.com>
Subject: Re: [PATCH] ASoC: amd: add DMIC support for RPL platform
Date: Wed, 11 Feb 2026 19:16:06 +0800	[thread overview]
Message-ID: <fbe05482-90bf-459f-9c77-9a8425badc5a@gmail.com> (raw)
In-Reply-To: <b30d7bfc-f92c-48cf-988c-b7dda4f56d36@gmail.com>

On 2/11/26 18:46, qby140326 wrote:
> On 2/11/26 17:22, Mukunda,Vijendar wrote:
>> There is minor delta between RPL and YC platforms for ACP PDM IO 
>> enablement.
>> No need to duplicate the code.  You can include support for RPL 
>> platform in
>> yc folder itself. Most of the YC code can be reused.
>> We can completely remove the RPL folder itself.
>> Add extra checks for ACP PCI revision ID.
>
> Hi Mukunda,
>
> Thanks for the feedback. Could you please elaborate on what the 'minor 
> delta' specifically entails for the RPL platform compared to YC? 

Additionally, I'd like to provide some context regarding the current 
behavior.

While the driver works correctly on my hardware, other users have 
reported encountering I/O errors (for reference, see this report: 
https://forum.archlinuxcn.org/t/topic/14050/8 
<https://forum.archlinuxcn.org/t/topic/14050/8>).

These are the information the user provided:

Hardware info:

05:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] 
ACP/ACP3X/ACP6x Audio Coprocessor (rev 62)
         Subsystem: AIstone Global Limited Device 1301
         Kernel driver in use: snd_rpl_pci_acp6x
         Kernel modules: snd_pci_acp3x, snd_rn_pci_acp3x, snd_pci_acp5x, 
snd_pci_acp6x, snd_acp_pci, snd_rpl_pci_acp6x, snd_pci_ps, 
snd_sof_amd_renoir, snd_sof_amd_rembrandt, snd_sof_amd_vangogh, 
snd_sof_amd_acp63, snd_sof_amd_acp70

dmesg:

[ 706.019901] snd_rpl_pci_acp6x: loading out-of-tree module taints kernel.
[ 723.527213] acp_rpl_mach acp_rpl_mach.0: Enabling ACP DMIC support via DMI

arecord log:


# arecord -D hw:3,0 -f S32_LE -r 48000 -c 2 -d 10 /tmp/test.wav
Recording WAVE '/tmp/test.wav' : Signed 32 bit Little Endian, Rate 48000 
Hz, Stereo
arecord: pcm_read:2272: read error: Input/output error


And this is my device (Working)'s hardware info:

07:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] Audio 
Coprocessor (rev 62)
         Subsystem: Lenovo Device 383d
         Kernel driver in use: snd_rpl_pci_acp6x
         Kernel modules: snd_pci_acp3x, snd_rn_pci_acp3x, snd_pci_acp5x, 
snd_pci_acp6x, snd_acp_pci, snd_rpl_pci_acp6x, snd_pci_ps, 
snd_sof_amd_renoir, snd_sof_amd_rembrandt, snd_sof_amd_vangogh, 
snd_sof_amd_acp63, snd_sof_amd_acp70


  reply	other threads:[~2026-02-11 11:16 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-05  2:07 Mingyou Chen
2026-02-06 17:51 ` Mark Brown
2026-02-07  1:44   ` qby140326
2026-02-07  5:50     ` Mukunda,Vijendar
2026-02-07 12:45     ` Mark Brown
2026-02-11  9:22     ` Mukunda,Vijendar
2026-02-11 10:46       ` qby140326
2026-02-11 11:16         ` qby140326 [this message]
2026-02-11 11:19         ` Mukunda,Vijendar
2026-02-11 11:50           ` [PATCH v2] " Mingyou Chen
2026-02-11 15:21             ` Mario Limonciello
2026-02-12  1:42               ` qby140326
2026-02-12  1:46                 ` [PATCH v3] " Mingyou Chen
2026-02-12  5:13                   ` Mukunda,Vijendar
2026-02-12 11:15                     ` [PATCH v4] " Mingyou Chen
2026-02-12 13:26                       ` Mark Brown
2026-02-12 13:45                       ` Mario Limonciello
2026-02-11 17:13             ` [PATCH v2] " kernel test robot
2026-02-11 22:35             ` kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fbe05482-90bf-459f-9c77-9a8425badc5a@gmail.com \
    --to=qby140326@gmail.com \
    --cc=Sunil-kumar.Dommati@amd.com \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=mario.limonciello@amd.com \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    --cc=venkataprasad.potturu@amd.com \
    --cc=vijendar.mukunda@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®