# Uncomment only if snd-hda-intel is your audio driver # according to: cat /proc/asound/modules (replace '_' with '-') # and the model is 3stack-6ch-dig according to: # www.kernel.org/doc/Documentation/sound/alsa/HD-Audio-Models.txt #---------------------------------------------------------------- #alias snd-card-0 snd-hda-intel #alias sound-slot-0 snd-hda-intel #options snd-hda-intel model=3stack-6ch-dig # # ################################################################# # If you have more than one cards and you want to swap around # the order they appear on the mixer then get the card modules # like before from : cat /proc/asound/modules # Then get their order from : cat /proc/asound/cards # And swap them around using the following logic #---------------------------------------------------------------- #alias snd-card-0 #alias sound-slot-1 #alias snd-card-1 #alias sound-slot-0 # # #################################################################