diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-03-18 06:04:42 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-03-18 06:04:42 -0400 |
commit | cf30f46acde1f84fbf603bba6540cbb40cc6c954 (patch) | |
tree | 2652b3fd1fbc4c379ee5325579fe60eae75421f1 /sound/pci/hda/patch_realtek.c | |
parent | 0959f22ee66734c212fc733f7616ba321ef7f47f (diff) | |
parent | a86b1a2cd2f81f74e815e07f756edd7bc5b6f034 (diff) |
Merge branch 'for-linus' into for-next
Back-merged for refactoring beep stuff.
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index f772585c89ba..c0bf15554507 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -3182,6 +3182,7 @@ static int patch_alc269(struct hda_codec *codec) | |||
3182 | case 0x10ec0290: | 3182 | case 0x10ec0290: |
3183 | spec->codec_variant = ALC269_TYPE_ALC280; | 3183 | spec->codec_variant = ALC269_TYPE_ALC280; |
3184 | break; | 3184 | break; |
3185 | case 0x10ec0233: | ||
3185 | case 0x10ec0282: | 3186 | case 0x10ec0282: |
3186 | case 0x10ec0283: | 3187 | case 0x10ec0283: |
3187 | spec->codec_variant = ALC269_TYPE_ALC282; | 3188 | spec->codec_variant = ALC269_TYPE_ALC282; |
@@ -3881,6 +3882,7 @@ static int patch_alc680(struct hda_codec *codec) | |||
3881 | */ | 3882 | */ |
3882 | static const struct hda_codec_preset snd_hda_preset_realtek[] = { | 3883 | static const struct hda_codec_preset snd_hda_preset_realtek[] = { |
3883 | { .id = 0x10ec0221, .name = "ALC221", .patch = patch_alc269 }, | 3884 | { .id = 0x10ec0221, .name = "ALC221", .patch = patch_alc269 }, |
3885 | { .id = 0x10ec0233, .name = "ALC233", .patch = patch_alc269 }, | ||
3884 | { .id = 0x10ec0260, .name = "ALC260", .patch = patch_alc260 }, | 3886 | { .id = 0x10ec0260, .name = "ALC260", .patch = patch_alc260 }, |
3885 | { .id = 0x10ec0262, .name = "ALC262", .patch = patch_alc262 }, | 3887 | { .id = 0x10ec0262, .name = "ALC262", .patch = patch_alc262 }, |
3886 | { .id = 0x10ec0267, .name = "ALC267", .patch = patch_alc268 }, | 3888 | { .id = 0x10ec0267, .name = "ALC267", .patch = patch_alc268 }, |