grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

alsa.md (410B)


      1 # alsa
      2 
      3 ## change card order
      4 - on a fresh archlinux install on a thinkpad the sound cards were in the 'wrong' order.
      5 - in alsamixer the first card was hdmi, the second was pch
      6 - to change the order add the following to '/etc/modprobe.d/50-alsa.conf' and reboot
      7 ```
      8 options snd_hda_intel enable=1 index=0
      9 options snd_hda_intel index=1
     10 ```
     11 
     12 - source: https://bbs.archlinux.org/viewtopic.php?pid=1453619#p1453619