Re: [Alsa-user] alsactl sometimes fails to restore mixer settings at boot
Brought to you by:
perex
|
From: Ralf M. <ral...@al...> - 2018-02-04 15:40:14
|
On Sun, 4 Feb 2018 13:22:43 +0100, Clemens Ladisch via Alsa-user wrote: >Nikos Chantziaras wrote: >> How do I assign numbers? > >With a line > > options snd slots=snd-virtuoso,snd-usb-audio > >in some .conf file in /etc/modprobe.d/. FWIW "some .conf file" means you could name it as you want, a common used name is "alsa-base.conf". [rocketmouse@archlinux ~]$ cat /etc/modprobe.d/alsa-base.conf # ALSA module ordering options snd slots=snd_hdspm,snd_ice1712,snd_ice1712 |