volumio / volumio3-os

GNU General Public License v2.0
53 stars 38 forks source link

SND-USB-AUDIO: Removed nrpacks as the option is not supported anymore #99

Closed kiddigital closed 8 months ago

kiddigital commented 8 months ago

The snd-usb-audio module does not support the nrpacks option anymore for quite some time now.

See this patch from 2013: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=976b6c0

Looking at dmesg output, you will find

[   xx.yyyyyy] snd_usb_audio: unknown parameter 'nrpacks' ignored

So this patch removes setting this option in the /etc/modprobe.d/alsa-base.conf.

volumio commented 8 months ago

Makes lot of sense, thanks