Skip to content

Instantly share code, notes, and snippets.

@marzzz21
Created November 16, 2016 04:06
Show Gist options
  • Save marzzz21/38a95783ce61f5b1bb509e77050022ab to your computer and use it in GitHub Desktop.
Save marzzz21/38a95783ce61f5b1bb509e77050022ab to your computer and use it in GitHub Desktop.
rpm -qa | grep alsa
alsa-lib-1.0.28-2.el7.x86_64
alsa-tools-firmware-1.0.28-2.el7.x86_64
alsa-firmware-1.0.28-2.el7.noarch
========================================
/sbin/lsmod | grep snd
snd_hda_codec_hdmi 47849 1
snd_hda_codec_realtek 80757 1
snd_hda_codec_generic 74126 1 snd_hda_codec_realtek
snd_hda_intel 35779 5
snd_hda_codec 137386 4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
snd_hda_core 57760 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hwdep 13608 1 snd_hda_codec
snd_seq 66691 0
snd_seq_device 14356 1 snd_seq
snd_pcm 105835 5 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
snd_timer 29639 2 snd_pcm,snd_seq
snd 83425 19 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
soundcore 15047 1 snd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment