Ignore:
Timestamp:
Jan 14, 2006, 6:38:48 PM (20 years ago)
Author:
vladest
Message:

Ensonic/Maestro3/VIA/ATI power management fixes
Intel ICH SI7012 fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/pci/bt87x.c

    r32 r70  
    792792    BT_DEVICE(879, 0x0070, 0x13eb, 32000), /* Hauppauge WinTV series */
    793793    BT_DEVICE(878, 0x0070, 0xff01, 44100), /* Viewcast Osprey 200 */
     794    /* AVerMedia Studio No. 103, 203, ...? */
     795    BT_DEVICE(878, 0x1461, 0x0003, 48000),
    794796    {0}
    795797};
     
    817819
    818820    supported = pci_match_device(snd_bt87x_ids, pci);
    819     if (supported)
     821    if (supported && supported->driver_data > 0)
    820822        return supported->driver_data;
    821823
Note: See TracChangeset for help on using the changeset viewer.