diff options
author | Alan Horstmann <gineera@aspect135.co.uk> | 2006-05-26 11:19:34 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-22 15:34:02 -0400 |
commit | cf78ee2ccc96d59e602188e0e6e3fe3522b6d3f6 (patch) | |
tree | 027aff68ac7c21c27c86ba99b43a8f2b112f79e0 /sound/pci/ice1712/ews.c | |
parent | 766a6c36f3a0b12e1c55dddc1df6673db6b22bfb (diff) |
[ALSA] ice1712 - Set mpu401 info flags from _card_info
To permit use, in ice1712, of the mpu401 info flags recently added to
mpu401_uart, adds info_flags in snd_ice1712_card_info so that additional
flags can be set, if desired. 'MPU401_INFO_INTEGRATED' is always set with
the ice1712. The flags are passed on to snd_mpu401_uart_new().
_INFO_OUTPUT is set for DMX6fire mpu2.
Signed-off-by: Alan Horstmann <gineera@aspect135.co.uk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712/ews.c')
-rw-r--r-- | sound/pci/ice1712/ews.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ice1712/ews.c b/sound/pci/ice1712/ews.c index 2e1cf1120582..b135389fec6c 100644 --- a/sound/pci/ice1712/ews.c +++ b/sound/pci/ice1712/ews.c | |||
@@ -1033,6 +1033,7 @@ struct snd_ice1712_card_info snd_ice1712_ews_cards[] __devinitdata = { | |||
1033 | .build_controls = snd_ice1712_ews_add_controls, | 1033 | .build_controls = snd_ice1712_ews_add_controls, |
1034 | .mpu401_1_name = "MIDI-Front DMX6fire", | 1034 | .mpu401_1_name = "MIDI-Front DMX6fire", |
1035 | .mpu401_2_name = "Wavetable DMX6fire", | 1035 | .mpu401_2_name = "Wavetable DMX6fire", |
1036 | .mpu401_2_info_flags = MPU401_INFO_OUTPUT, | ||
1036 | }, | 1037 | }, |
1037 | { } /* terminator */ | 1038 | { } /* terminator */ |
1038 | }; | 1039 | }; |