Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/sound/pci/asihpi/hpipcida.h
26439 views
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/******************************************************************************
3
4
AudioScience HPI driver
5
Copyright (C) 1997-2011 AudioScience Inc. <[email protected]>
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}
27
28