diff options
author | mav <mav@FreeBSD.org> | 2008-09-14 17:40:53 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2008-09-14 17:40:53 +0000 |
commit | 4f63d68e7496acd0e6c15e2a87be586e0262ab0d (patch) | |
tree | d66d5610a277bd16c61f74db2bce6af15795abb4 /sys | |
parent | bd83dd37908eb1baa108e1e3d8d9a23a307b8679 (diff) | |
download | FreeBSD-src-4f63d68e7496acd0e6c15e2a87be586e0262ab0d.zip FreeBSD-src-4f63d68e7496acd0e6c15e2a87be586e0262ab0d.tar.gz |
Small addition to the previous commit. Sorry.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/sound/pci/hda/hdac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c index 4266c00..66211be 100644 --- a/sys/dev/sound/pci/hda/hdac.c +++ b/sys/dev/sound/pci/hda/hdac.c @@ -538,6 +538,7 @@ static const struct { #define HDA_CODEC_ALC272 HDA_CODEC_CONSTRUCT(REALTEK, 0x0272) #define HDA_CODEC_ALC660 HDA_CODEC_CONSTRUCT(REALTEK, 0x0660) #define HDA_CODEC_ALC662 HDA_CODEC_CONSTRUCT(REALTEK, 0x0662) +#define HDA_CODEC_ALC663 HDA_CODEC_CONSTRUCT(REALTEK, 0x0663) #define HDA_CODEC_ALC861 HDA_CODEC_CONSTRUCT(REALTEK, 0x0861) #define HDA_CODEC_ALC861VD HDA_CODEC_CONSTRUCT(REALTEK, 0x0862) #define HDA_CODEC_ALC880 HDA_CODEC_CONSTRUCT(REALTEK, 0x0880) |