mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Sid Boyce <sboyce@blueyonder.co.uk>,
	Randy Dunlap <rdunlap@infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux ALSA <alsa-devel@alsa-project.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
	Takashi Iwai <tiwai@suse.com>
Subject: Re: Ryzen 9 7950x sound module does not not build
Date: Tue, 26 Sep 2023 20:01:22 +0700	[thread overview]
Message-ID: <ZRLWIkyngsasQbQ7@debian.me> (raw)
In-Reply-To: <5903832d-7d27-4847-b161-48b9f7e92ee6@blueyonder.co.uk>

[-- Attachment #1: Type: text/plain, Size: 2832 bytes --]

[also Cc'ing alsa ML and related maintainers]

On Tue, Sep 26, 2023 at 01:23:13PM +0100, Sid Boyce wrote:
> I've since rebooted and did a modprobe. No idea why it isn't automatically
> loaded.
> 
> #modinfo snd-rpl-pci-acp6x
> filename:       /usr/lib/modules/6.6.0-rc3-vanilla/kernel/sound/soc/amd/rpl/snd-rpl-pci-acp6x.ko.gz
> license:        GPL v2
> description:    AMD ACP RPL PCI driver
> srcversion:     0F909BC61165681426ECEEB
> alias:          pci:v00001022d000015E2sv*sd*bc04sc80i00*
> depends:
> retpoline:      Y
> intree:         Y
> name:           snd_rpl_pci_acp6x
> vermagic:       6.6.0-rc3-vanilla SMP preempt mod_unload modversions
> 
> # modprobe snd-rpl-pci-acp6x
> 
> #lsmod|grep snd
> snd_rpl_pci_acp6x      16384  0
> snd_seq_dummy          12288  0
> snd_hrtimer            12288  1
> snd_seq               131072  7 snd_seq_dummy
> snd_hda_codec_realtek   192512  1
> snd_hda_codec_hdmi     94208  1
> snd_hda_codec_generic   110592  1 snd_hda_codec_realtek
> snd_hda_intel          65536  2
> snd_usb_audio         458752  2
> snd_intel_dspcfg       40960  1 snd_hda_intel
> snd_intel_sdw_acpi     16384  1 snd_intel_dspcfg
> snd_hda_codec         233472  4
> snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
> 
> snd_usbmidi_lib        49152  1 snd_usb_audio
> snd_hda_core          147456  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
> 
> snd_ump                36864  1 snd_usb_audio
> snd_rawmidi            57344  2 snd_usbmidi_lib,snd_ump
> snd_seq_device         16384  3 snd_seq,snd_ump,snd_rawmidi
> mc                     94208  1 snd_usb_audio
> snd_hwdep              20480  2 snd_usb_audio,snd_hda_codec
> snd_pcm               225280  6
> snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_hda_core
> snd_timer              53248  3 snd_seq,snd_hrtimer,snd_pcm
> ledtrig_audio          12288  2 snd_hda_codec_generic,asus_wmi
> snd                  163840  23 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_ump,snd_pcm,snd_rawmidi
> 
> soundcore              16384  1 snd
> usbcore               446464  6
> xhci_hcd,snd_usb_audio,usbhid,snd_usbmidi_lib,btusb,xhci_pci
> 

Any errors on dmesg when loading snd-rpl-pci-acp6x module?

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2023-09-26 13:01 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-26  1:20 Sid Boyce
2023-09-26  1:48 ` Randy Dunlap
2023-09-26 12:23   ` Sid Boyce
2023-09-26 13:01     ` Bagas Sanjaya [this message]
2023-09-26 14:58       ` Sid Boyce
2023-09-26 19:17       ` Sid Boyce
2023-09-26 22:13         ` Randy Dunlap
2023-09-27 11:27           ` Sid Boyce
2023-09-27 15:40             ` Randy Dunlap
2023-09-27 16:23               ` Sid Boyce
2023-09-27 19:14               ` Sid Boyce
2023-10-02  9:43               ` Sid Boyce
2023-09-27 16:26             ` Jaroslav Kysela
2023-09-27 19:59               ` Sid Boyce

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=ZRLWIkyngsasQbQ7@debian.me \
    --to=bagasdotme@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=rdunlap@infradead.org \
    --cc=sboyce@blueyonder.co.uk \
    --cc=tiwai@suse.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®