root/sound/pci/asihpi/hpipcida.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /******************************************************************************
   3 
   4     AudioScience HPI driver
   5     Copyright (C) 1997-2011  AudioScience Inc. <support@audioscience.com>
   6 
   7 
   8  Array initializer for PCI card IDs
   9 
  10 (C) Copyright AudioScience Inc. 1998-2003
  11 *******************************************************************************/
  12 
  13 /*NOTE: when adding new lines to this header file
  14   they MUST be grouped by HPI entry point.
  15 */
  16 
  17 {
  18 HPI_PCI_VENDOR_ID_TI, HPI_PCI_DEV_ID_DSP6205,
  19                 HPI_PCI_VENDOR_ID_AUDIOSCIENCE, PCI_ANY_ID, 0, 0,
  20                 (kernel_ulong_t) HPI_6205}
  21 , {
  22 HPI_PCI_VENDOR_ID_TI, HPI_PCI_DEV_ID_PCI2040,
  23                 HPI_PCI_VENDOR_ID_AUDIOSCIENCE, PCI_ANY_ID, 0, 0,
  24                 (kernel_ulong_t) HPI_6000}
  25 , {
  26 0}

/* [<][>][^][v][top][bottom][index][help] */