/******************************************************************************12AudioScience HPI driver3Copyright (C) 1997-2010 AudioScience Inc. <[email protected]>45This program is free software; you can redistribute it and/or modify6it under the terms of version 2 of the GNU General Public License as7published by the Free Software Foundation;89This program is distributed in the hope that it will be useful,10but WITHOUT ANY WARRANTY; without even the implied warranty of11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12GNU General Public License for more details.1314You should have received a copy of the GNU General Public License15along with this program; if not, write to the Free Software16Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA1718Array initializer for PCI card IDs1920(C) Copyright AudioScience Inc. 1998-200321*******************************************************************************/2223/*NOTE: when adding new lines to this header file24they MUST be grouped by HPI entry point.25*/2627{28HPI_PCI_VENDOR_ID_TI, HPI_PCI_DEV_ID_DSP6205,29HPI_PCI_VENDOR_ID_AUDIOSCIENCE, PCI_ANY_ID, 0, 0,30(kernel_ulong_t) HPI_6205}31, {32HPI_PCI_VENDOR_ID_TI, HPI_PCI_DEV_ID_PCI2040,33HPI_PCI_VENDOR_ID_AUDIOSCIENCE, PCI_ANY_ID, 0, 0,34(kernel_ulong_t) HPI_6000}35, {360}373839