diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-03-19 03:20:59 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:28 -0400 |
commit | db12b8e301455cf18644aa3b765ae10869eb947c (patch) | |
tree | a572f2ed562624cb06431b82a3ee4a19725763ad /sound/pci/oxygen/hifier.c | |
parent | 87eedd2fd409d5cd515ccd6fc454cef15c5fa38b (diff) |
[ALSA] oxygen: move MIDI flag to model struct
Put the flag that enables the MIDI port into the model structure instead
of passing it as a separate parameter to oxygen_pci_probe().
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/oxygen/hifier.c')
-rw-r--r-- | sound/pci/oxygen/hifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/hifier.c b/sound/pci/oxygen/hifier.c index 143d83d916dc..1e54a3cd721e 100644 --- a/sound/pci/oxygen/hifier.c +++ b/sound/pci/oxygen/hifier.c | |||
@@ -181,7 +181,7 @@ static int __devinit hifier_probe(struct pci_dev *pci, | |||
181 | ++dev; | 181 | ++dev; |
182 | return -ENOENT; | 182 | return -ENOENT; |
183 | } | 183 | } |
184 | err = oxygen_pci_probe(pci, index[dev], id[dev], 0, &model_hifier); | 184 | err = oxygen_pci_probe(pci, index[dev], id[dev], &model_hifier); |
185 | if (err >= 0) | 185 | if (err >= 0) |
186 | ++dev; | 186 | ++dev; |
187 | return err; | 187 | return err; |