hpipcida.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /******************************************************************************
  2. AudioScience HPI driver
  3. Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
  4. This program is free software; you can redistribute it and/or modify
  5. it under the terms of version 2 of the GNU General Public License as
  6. published by the Free Software Foundation;
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with this program; if not, write to the Free Software
  13. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  14. Array initializer for PCI card IDs
  15. (C) Copyright AudioScience Inc. 1998-2003
  16. *******************************************************************************/
  17. /*NOTE: when adding new lines to this header file
  18. they MUST be grouped by HPI entry point.
  19. */
  20. {
  21. HPI_PCI_VENDOR_ID_TI, HPI_PCI_DEV_ID_DSP6205,
  22. HPI_PCI_VENDOR_ID_AUDIOSCIENCE, PCI_ANY_ID, 0, 0,
  23. (kernel_ulong_t) HPI_6205}
  24. , {
  25. HPI_PCI_VENDOR_ID_TI, HPI_PCI_DEV_ID_PCI2040,
  26. HPI_PCI_VENDOR_ID_AUDIOSCIENCE, PCI_ANY_ID, 0, 0,
  27. (kernel_ulong_t) HPI_6000}
  28. , {
  29. 0}