aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/oxygen/hifier.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/oxygen/hifier.c')
-rw-r--r--sound/pci/oxygen/hifier.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/oxygen/hifier.c b/sound/pci/oxygen/hifier.c
index 1ab833f843eb..cc98bad9916a 100644
--- a/sound/pci/oxygen/hifier.c
+++ b/sound/pci/oxygen/hifier.c
@@ -151,7 +151,6 @@ static const struct oxygen_model model_hifier = {
151 .shortname = "C-Media CMI8787", 151 .shortname = "C-Media CMI8787",
152 .longname = "C-Media Oxygen HD Audio", 152 .longname = "C-Media Oxygen HD Audio",
153 .chip = "CMI8788", 153 .chip = "CMI8788",
154 .owner = THIS_MODULE,
155 .init = hifier_init, 154 .init = hifier_init,
156 .control_filter = hifier_control_filter, 155 .control_filter = hifier_control_filter,
157 .cleanup = hifier_cleanup, 156 .cleanup = hifier_cleanup,
@@ -185,7 +184,7 @@ static int __devinit hifier_probe(struct pci_dev *pci,
185 ++dev; 184 ++dev;
186 return -ENOENT; 185 return -ENOENT;
187 } 186 }
188 err = oxygen_pci_probe(pci, index[dev], id[dev], &model_hifier, 0); 187 err = oxygen_pci_probe(pci, index[dev], id[dev], THIS_MODULE, &model_hifier, 0);
189 if (err >= 0) 188 if (err >= 0)
190 ++dev; 189 ++dev;
191 return err; 190 return err;