Changeset 594 for GPL/branches/uniaud32-2.1.x/alsa-kernel/pci/intel8x0.c
- Timestamp:
- Apr 3, 2017, 3:18:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/alsa-kernel/pci/intel8x0.c
r569 r594 97 97 98 98 /* just for backward compatibility */ 99 static int enable;99 //static int enable; 100 100 module_param(enable, bool, 0444); 101 static int joystick;101 //static int joystick; 102 102 module_param(joystick, int, 0444); 103 103 … … 3164 3164 }; 3165 3165 3166 #ifdef NOT_USED 3166 3167 static struct snd_pci_quirk spdif_aclink_defaults[] __devinitdata = { 3167 3168 SND_PCI_QUIRK(0x147b, 0x1c1a, "ASUS KN8", 1), 3168 3169 {0} /* end */ 3169 3170 }; 3171 #endif 3170 3172 3171 3173 /* look up white/black list for SPDIF over ac-link */
Note:
See TracChangeset
for help on using the changeset viewer.