Recognize RealTek ALC1150 7.1 channel HD audio codec.
This commit is contained in:
parent
e2a65c0031
commit
b899778526
@ -368,6 +368,7 @@
|
||||
#define HDA_CODEC_ALC889 HDA_CODEC_CONSTRUCT(REALTEK, 0x0889)
|
||||
#define HDA_CODEC_ALC892 HDA_CODEC_CONSTRUCT(REALTEK, 0x0892)
|
||||
#define HDA_CODEC_ALC899 HDA_CODEC_CONSTRUCT(REALTEK, 0x0899)
|
||||
#define HDA_CODEC_ALC1150 HDA_CODEC_CONSTRUCT(REALTEK, 0x0900)
|
||||
#define HDA_CODEC_ALCXXXX HDA_CODEC_CONSTRUCT(REALTEK, 0xffff)
|
||||
|
||||
/* Motorola */
|
||||
|
@ -111,6 +111,7 @@ static const struct {
|
||||
{ HDA_CODEC_ALC889, 0, "Realtek ALC889" },
|
||||
{ HDA_CODEC_ALC892, 0, "Realtek ALC892" },
|
||||
{ HDA_CODEC_ALC899, 0, "Realtek ALC899" },
|
||||
{ HDA_CODEC_ALC1150, 0, "Realtek ALC1150" },
|
||||
{ HDA_CODEC_AD1882, 0, "Analog Devices AD1882" },
|
||||
{ HDA_CODEC_AD1882A, 0, "Analog Devices AD1882A" },
|
||||
{ HDA_CODEC_AD1883, 0, "Analog Devices AD1883" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user