mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +00:00
[ALSA] oxygen: add owner field
I forgot to set the module owner for the HiFier/Xonar models. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3f1eeaed2c
commit
b930b9f41d
@ -150,6 +150,7 @@ static const struct oxygen_model model_hifier = {
|
||||
.shortname = "C-Media CMI8787",
|
||||
.longname = "C-Media Oxygen HD Audio",
|
||||
.chip = "CMI8788",
|
||||
.owner = THIS_MODULE,
|
||||
.init = hifier_init,
|
||||
.control_filter = hifier_control_filter,
|
||||
.mixer_init = hifier_mixer_init,
|
||||
|
@ -389,6 +389,7 @@ static const struct oxygen_model model_xonar = {
|
||||
.shortname = "Asus AV200",
|
||||
.longname = "Asus Virtuoso 200",
|
||||
.chip = "AV200",
|
||||
.owner = THIS_MODULE,
|
||||
.init = xonar_init,
|
||||
.control_filter = xonar_control_filter,
|
||||
.mixer_init = xonar_mixer_init,
|
||||
|
Loading…
x
Reference in New Issue
Block a user