Ignore:
Timestamp:
Jul 5, 2010, 11:51:20 AM (15 years ago)
Author:
Paul Smedley
Message:

Update Uniaud32-2.1.x branch with necessary changes for ALSA 1.0.23

File:
1 edited

Legend:

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

    r464 r499  
    801801/* driver_data is the card id for that device */
    802802
    803 static struct pci_device_id snd_bt87x_ids[] = {
     803static DEFINE_PCI_DEVICE_TABLE(snd_bt87x_ids) = {
    804804        /* Hauppauge WinTV series */
    805805        BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x0070, 0x13eb, GENERIC),
     
    814814        /* Leadtek Winfast tv 2000xp delux */
    815815        BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x107d, 0x6606, GENERIC),
     816        /* Pinnacle PCTV */
     817        BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x11bd, 0x0012, GENERIC),
    816818        /* Voodoo TV 200 */
    817819        BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x121a, 0x3000, GENERIC),
     
    995997/* default entries for all Bt87x cards - it's not exported */
    996998/* driver_data is set to 0 to call detection */
    997 static struct pci_device_id snd_bt87x_default_ids[] __devinitdata = {
     999static DEFINE_PCI_DEVICE_TABLE(snd_bt87x_default_ids) = {
    9981000        BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, PCI_ANY_ID, PCI_ANY_ID, UNKNOWN),
    9991001        BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_879, PCI_ANY_ID, PCI_ANY_ID, UNKNOWN),
Note: See TracChangeset for help on using the changeset viewer.