Ignore:
Timestamp:
Apr 3, 2017, 3:18:42 PM (8 years ago)
Author:
David Azarewicz
Message:

Code cleanup.
Hack for tick.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/alsa-kernel/pci/intel8x0.c

    r569 r594  
    9797
    9898/* just for backward compatibility */
    99 static int enable;
     99//static int enable;
    100100module_param(enable, bool, 0444);
    101 static int joystick;
     101//static int joystick;
    102102module_param(joystick, int, 0444);
    103103
     
    31643164};
    31653165
     3166#ifdef NOT_USED
    31663167static struct snd_pci_quirk spdif_aclink_defaults[] __devinitdata = {
    31673168        SND_PCI_QUIRK(0x147b, 0x1c1a, "ASUS KN8", 1),
    31683169        {0} /* end */
    31693170};
     3171#endif
    31703172
    31713173/* look up white/black list for SPDIF over ac-link */
Note: See TracChangeset for help on using the changeset viewer.