diff options
author | David Henningsson <david.henningsson@canonical.com> | 2011-06-21 14:51:34 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-06-28 08:09:41 -0400 |
commit | f0ca89b031d327b80b612a0608d31b8e13e6dc33 (patch) | |
tree | 5a17aac15f359734d31604f9259f2e91cd594e04 /sound/pci | |
parent | e0938118576954ac4deafbdb9950cebd34f726c6 (diff) |
ALSA: HDA: Add a new Conexant codec ID (506c)
Conexant ID 506c was found on Acer Aspire 3830TG. As users report
no playback, sending to stable should be safe.
Cc: stable@kernel.org
BugLink: https://bugs.launchpad.net/bugs/783582
Reported-by: andROOM
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 694b9daf691f..4158949ea078 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
@@ -4389,6 +4389,8 @@ static const struct hda_codec_preset snd_hda_preset_conexant[] = { | |||
4389 | .patch = patch_cxt5066 }, | 4389 | .patch = patch_cxt5066 }, |
4390 | { .id = 0x14f15069, .name = "CX20585", | 4390 | { .id = 0x14f15069, .name = "CX20585", |
4391 | .patch = patch_cxt5066 }, | 4391 | .patch = patch_cxt5066 }, |
4392 | { .id = 0x14f1506c, .name = "CX20588", | ||
4393 | .patch = patch_cxt5066 }, | ||
4392 | { .id = 0x14f1506e, .name = "CX20590", | 4394 | { .id = 0x14f1506e, .name = "CX20590", |
4393 | .patch = patch_cxt5066 }, | 4395 | .patch = patch_cxt5066 }, |
4394 | { .id = 0x14f15097, .name = "CX20631", | 4396 | { .id = 0x14f15097, .name = "CX20631", |
@@ -4417,6 +4419,7 @@ MODULE_ALIAS("snd-hda-codec-id:14f15066"); | |||
4417 | MODULE_ALIAS("snd-hda-codec-id:14f15067"); | 4419 | MODULE_ALIAS("snd-hda-codec-id:14f15067"); |
4418 | MODULE_ALIAS("snd-hda-codec-id:14f15068"); | 4420 | MODULE_ALIAS("snd-hda-codec-id:14f15068"); |
4419 | MODULE_ALIAS("snd-hda-codec-id:14f15069"); | 4421 | MODULE_ALIAS("snd-hda-codec-id:14f15069"); |
4422 | MODULE_ALIAS("snd-hda-codec-id:14f1506c"); | ||
4420 | MODULE_ALIAS("snd-hda-codec-id:14f1506e"); | 4423 | MODULE_ALIAS("snd-hda-codec-id:14f1506e"); |
4421 | MODULE_ALIAS("snd-hda-codec-id:14f15097"); | 4424 | MODULE_ALIAS("snd-hda-codec-id:14f15097"); |
4422 | MODULE_ALIAS("snd-hda-codec-id:14f15098"); | 4425 | MODULE_ALIAS("snd-hda-codec-id:14f15098"); |