summaryrefslogtreecommitdiff
path: root/sound/soc/amd/acp/acp_common.h
blob: 984685602e3d29d87961252a6833db6b1776c8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: GPL-2.0-only
 * Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved
 */

/*
 * acp_common.h - acp common header file
 */

#ifndef __ACP_COMMON_H
#define __ACP_COMMON_H

#define ACP_RN_PCI_ID		0x01
#define ACP_VANGOGH_PCI_ID	0x50
#define ACP_RMB_PCI_ID		0x6F
#define ACP63_PCI_ID		0x63
#define ACP70_PCI_ID		0x70
#define ACP71_PCI_ID		0x71
#define ACP72_PCI_ID		0x72

#endif