Changeset 598 for GPL/trunk/alsa-kernel/pci/ens1370.c
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/alsa-kernel/pci/ens1370.c
r464 r598 23 23 * for ens1371 only ( FIXME ) 24 24 * derived from cs4281.c, atiixp.c and via82xx.c 25 * using http://www.alsa-project.org/~ iwai/writing-an-alsa-driver/c1540.htm25 * using http://www.alsa-project.org/~tiwai/writing-an-alsa-driver/ 26 26 * by Kurt J. Bosch 27 27 */ … … 444 444 static irqreturn_t snd_audiopci_interrupt(int irq, void *dev_id); 445 445 446 static struct pci_device_id snd_audiopci_ids[]= {446 static DEFINE_PCI_DEVICE_TABLE(snd_audiopci_ids) = { 447 447 #ifdef CHIP1370 448 448 { PCI_VDEVICE(ENSONIQ, 0x5000), 0, }, /* ES1370 */
Note:
See TracChangeset
for help on using the changeset viewer.