LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   module option names for ALSA: prefix snd_ no longer valid? (https://www.linuxquestions.org/questions/linux-newbie-8/module-option-names-for-alsa-prefix-snd_-no-longer-valid-4175445052/)

stf92 01-10-2013 05:01 PM

module option names for ALSA: prefix snd_ no longer valid?
 
Hi:
In an INSTALL file from alsa-project it says
Quote:

Module option name change after 0.9.0rc3
========================================

Note that module option names were changed in 0.9.0rc4. The 'snd_' prefix
was removed. You may use script in utils directory (module-options) to
convert your older /etc/modules.conf to newer one.
The script mentioned above cuts out the 'snd_' prefix (snd_john -> john) all through the file. I have reasons to doubt this, as for example in /etc/modprobe.d/alsa.conf:
Code:

options snd_hda_intel model=auto
Is not 'snd_hda_intel' an option?

NevemTeve 01-12-2013 07:04 AM

Is not 'snd_hda_intel' an option?

No, it is a kernel-module, it has an option: model

stf92 01-12-2013 07:08 AM

I suspect that for a while. And options names, which is the concensus at present? '-' or '_' or whichever you prefer?


All times are GMT -5. The time now is 01:43 AM.