blob: 0673e827807071d4a280dc20e356934f1cfc77bb [file] [log] [blame]
Thomas Gleixner07d7fe72019-05-29 07:12:47 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Eliot Blennerhassett719f82d32010-04-21 18:17:39 +02002/******************************************************************************
3
4 AudioScience HPI driver
Eliot Blennerhassett40818b62011-12-22 13:38:32 +13005 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
Eliot Blennerhassett719f82d32010-04-21 18:17:39 +02006
Eliot Blennerhassett719f82d32010-04-21 18:17:39 +02007
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{
18HPI_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, {
22HPI_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, {
260}