OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | HDA_CONTROLLER_LIST_ENTRY |
struct | HDA_CODEC_LIST_ENTRY |
Macros | |
#define | HDA_CONTROLLER(vendor, id) |
#define | HDA_CODEC(vendor, id) |
This library implements HDA device information.
Copyright (c) 2018 John Davis. All rights reserved.
Copyright (c) 2020, vit9696. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause
Definition in file OcHdaDevicesInternal.h.
#define HDA_CODEC | ( | vendor, | |
id ) |
Definition at line 31 of file OcHdaDevicesInternal.h.
#define HDA_CONTROLLER | ( | vendor, | |
id ) |
Definition at line 26 of file OcHdaDevicesInternal.h.