mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
hda: remove duplicate codec defines
Reviewed by: emaste
Fixes: 35e492f3bd ("Update list of Conexant and Realtek codecs.")
Differential Revision: https://reviews.freebsd.org/D45965
(cherry picked from commit 4004e1752ec7992eeace7f0318d2ca3fc7ba9e03)
This commit is contained in:
parent
d01a9cceef
commit
5754008f85
1 changed files with 0 additions and 2 deletions
|
|
@ -586,8 +586,6 @@
|
|||
#define HDA_CODEC_ALC295 HDA_CODEC_CONSTRUCT(REALTEK, 0x0295)
|
||||
#define HDA_CODEC_ALC298 HDA_CODEC_CONSTRUCT(REALTEK, 0x0298)
|
||||
#define HDA_CODEC_ALC299 HDA_CODEC_CONSTRUCT(REALTEK, 0x0299)
|
||||
#define HDA_CODEC_ALC292 HDA_CODEC_CONSTRUCT(REALTEK, 0x0292)
|
||||
#define HDA_CODEC_ALC295 HDA_CODEC_CONSTRUCT(REALTEK, 0x0295)
|
||||
#define HDA_CODEC_ALC300 HDA_CODEC_CONSTRUCT(REALTEK, 0x0300)
|
||||
#define HDA_CODEC_ALC623 HDA_CODEC_CONSTRUCT(REALTEK, 0x0623)
|
||||
#define HDA_CODEC_ALC660 HDA_CODEC_CONSTRUCT(REALTEK, 0x0660)
|
||||
|
|
|
|||
Loading…
Reference in a new issue