mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Re-add an acpi attachment for the legacy probe that was inadvertently
removed.
This commit is contained in:
parent
3805720c53
commit
ecb7c87d1c
1 changed files with 1 additions and 0 deletions
|
|
@ -1881,6 +1881,7 @@ static driver_t mss_driver = {
|
|||
};
|
||||
|
||||
DRIVER_MODULE(snd_mss, isa, mss_driver, pcm_devclass, 0, 0);
|
||||
DRIVER_MODULE(snd_mss, acpi, mss_driver, pcm_devclass, 0, 0);
|
||||
MODULE_DEPEND(snd_mss, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER);
|
||||
MODULE_VERSION(snd_mss, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue