Changeset 207 for GPL/branches/alsa-resync1/alsa-kernel/pci/ice1712.c
- Timestamp:
- Jun 18, 2007, 3:00:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/pci/ice1712.c
r112 r207 31 31 #include <linux/interrupt.h> 32 32 #include <linux/init.h> 33 #include <linux/pci.h> 33 34 #include <linux/slab.h> 34 35 #include <sound/core.h> … … 48 49 #define SND_CS8404 49 50 #include <sound/cs8403.h> 50 51 EXPORT_NO_SYMBOLS;52 51 53 52 MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); … … 1235 1234 switch (ice->eeprom.subvendor) { 1236 1235 case ICE1712_SUBDEVICE_DELTA1010: 1236 case ICE1712_SUBDEVICE_DELTA1010LT: // check it --jk 1237 1237 case ICE1712_SUBDEVICE_DELTADIO2496: 1238 1238 case ICE1712_SUBDEVICE_DELTA66: … … 4101 4101 /* follow thru */ 4102 4102 case ICE1712_SUBDEVICE_DELTA1010: 4103 case ICE1712_SUBDEVICE_STDSP24: 4103 4104 ice->num_adcs = ice->num_dacs = ice->num_total_dacs = 8; 4104 4105 break;
Note:
See TracChangeset
for help on using the changeset viewer.