Jason White <jason(a)jasonjgw.net> writes:
Russell Coker <russell(a)coker.com.au> wrote:
Is there a way that I can reserve device 0 for
the USB device?
You can specify it as in the following examples:
options snd_usb_audio index=1
options snd_hda_intel index=0
I created a file for this: /etc/modprobe.d/sound-devices.conf. Essentially, it
specifies parameters to the kernel modules as they are loaded.
Assuming your (OP's) diagnosis is correct, you can also blacklist the
pcspkr module in /etc/modprobe.conf.d/foo.conf
blacklist foo
prevents it being loaded automatically,
install foo /bin/false
prevents it being loaded at all.