diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-11-22 15:22:39 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-11-22 15:22:39 -0500 |
commit | 2ba509a6baac097cc8ae4f9741a09ba7c1c0d916 (patch) | |
tree | 08470935de327cb438cc9ec738b0e025c3c0b556 /sound/pci/hda | |
parent | 2efa1d59fe5af81456393472121623c9502548ce (diff) | |
parent | 947d299686aa9cc8aecf749d54e8475c6e498956 (diff) |
Merge branch 'for-linus' into for-next
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/patch_cirrus.c | 1 | ||||
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_cirrus.c b/sound/pci/hda/patch_cirrus.c index f99cbf942b8d..ed981723cdd5 100644 --- a/sound/pci/hda/patch_cirrus.c +++ b/sound/pci/hda/patch_cirrus.c | |||
@@ -473,6 +473,7 @@ static int parse_output(struct hda_codec *codec) | |||
473 | memcpy(cfg->speaker_pins, cfg->line_out_pins, | 473 | memcpy(cfg->speaker_pins, cfg->line_out_pins, |
474 | sizeof(cfg->speaker_pins)); | 474 | sizeof(cfg->speaker_pins)); |
475 | cfg->line_outs = 0; | 475 | cfg->line_outs = 0; |
476 | memset(cfg->line_out_pins, 0, sizeof(cfg->line_out_pins)); | ||
476 | } | 477 | } |
477 | 478 | ||
478 | return 0; | 479 | return 0; |
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index bde7d1b323cd..af0686533803 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -7098,6 +7098,7 @@ static const struct hda_codec_preset snd_hda_preset_realtek[] = { | |||
7098 | { .id = 0x10ec0282, .name = "ALC282", .patch = patch_alc269 }, | 7098 | { .id = 0x10ec0282, .name = "ALC282", .patch = patch_alc269 }, |
7099 | { .id = 0x10ec0283, .name = "ALC283", .patch = patch_alc269 }, | 7099 | { .id = 0x10ec0283, .name = "ALC283", .patch = patch_alc269 }, |
7100 | { .id = 0x10ec0290, .name = "ALC290", .patch = patch_alc269 }, | 7100 | { .id = 0x10ec0290, .name = "ALC290", .patch = patch_alc269 }, |
7101 | { .id = 0x10ec0292, .name = "ALC292", .patch = patch_alc269 }, | ||
7101 | { .id = 0x10ec0861, .rev = 0x100340, .name = "ALC660", | 7102 | { .id = 0x10ec0861, .rev = 0x100340, .name = "ALC660", |
7102 | .patch = patch_alc861 }, | 7103 | .patch = patch_alc861 }, |
7103 | { .id = 0x10ec0660, .name = "ALC660-VD", .patch = patch_alc861vd }, | 7104 | { .id = 0x10ec0660, .name = "ALC660-VD", .patch = patch_alc861vd }, |