diff options
Diffstat (limited to 'sound/pci/oxygen/oxygen.h')
-rw-r--r-- | sound/pci/oxygen/oxygen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/oxygen.h b/sound/pci/oxygen/oxygen.h index 98cccc6ce9dc..1c402cbc1c37 100644 --- a/sound/pci/oxygen/oxygen.h +++ b/sound/pci/oxygen/oxygen.h | |||
@@ -92,7 +92,7 @@ struct oxygen_model { | |||
92 | 92 | ||
93 | /* oxygen_lib.c */ | 93 | /* oxygen_lib.c */ |
94 | 94 | ||
95 | int oxygen_pci_probe(struct pci_dev *pci, int index, char *id, | 95 | int oxygen_pci_probe(struct pci_dev *pci, int index, char *id, int midi, |
96 | const struct oxygen_model *model); | 96 | const struct oxygen_model *model); |
97 | void oxygen_pci_remove(struct pci_dev *pci); | 97 | void oxygen_pci_remove(struct pci_dev *pci); |
98 | 98 | ||