Commit b930b9f4 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Takashi Iwai

[ALSA] oxygen: add owner field

I forgot to set the module owner for the HiFier/Xonar models.
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 3f1eeaed
...@@ -150,6 +150,7 @@ static const struct oxygen_model model_hifier = { ...@@ -150,6 +150,7 @@ static const struct oxygen_model model_hifier = {
.shortname = "C-Media CMI8787", .shortname = "C-Media CMI8787",
.longname = "C-Media Oxygen HD Audio", .longname = "C-Media Oxygen HD Audio",
.chip = "CMI8788", .chip = "CMI8788",
.owner = THIS_MODULE,
.init = hifier_init, .init = hifier_init,
.control_filter = hifier_control_filter, .control_filter = hifier_control_filter,
.mixer_init = hifier_mixer_init, .mixer_init = hifier_mixer_init,
......
...@@ -389,6 +389,7 @@ static const struct oxygen_model model_xonar = { ...@@ -389,6 +389,7 @@ static const struct oxygen_model model_xonar = {
.shortname = "Asus AV200", .shortname = "Asus AV200",
.longname = "Asus Virtuoso 200", .longname = "Asus Virtuoso 200",
.chip = "AV200", .chip = "AV200",
.owner = THIS_MODULE,
.init = xonar_init, .init = xonar_init,
.control_filter = xonar_control_filter, .control_filter = xonar_control_filter,
.mixer_init = xonar_mixer_init, .mixer_init = xonar_mixer_init,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment