diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-06-29 02:02:09 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-06-29 02:02:09 -0400 |
commit | c2549312d24d342432f8f55a73c98a44d9ab131d (patch) | |
tree | a8038bfe7449956cfdfa05a0e8a1e851d67d57e3 /sound/pci | |
parent | 8d087c7600499463b7b8e3d4da4da40669cb8bfa (diff) | |
parent | 9966db22caf8f74c0e6d84a569e6d7d56332e127 (diff) |
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/asihpi/asihpi.c | 1 | ||||
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sound/pci/asihpi/asihpi.c b/sound/pci/asihpi/asihpi.c index 2ca6f4f85b41..e3569bdd3b64 100644 --- a/sound/pci/asihpi/asihpi.c +++ b/sound/pci/asihpi/asihpi.c | |||
@@ -27,7 +27,6 @@ | |||
27 | #include "hpioctl.h" | 27 | #include "hpioctl.h" |
28 | 28 | ||
29 | #include <linux/pci.h> | 29 | #include <linux/pci.h> |
30 | #include <linux/version.h> | ||
31 | #include <linux/init.h> | 30 | #include <linux/init.h> |
32 | #include <linux/jiffies.h> | 31 | #include <linux/jiffies.h> |
33 | #include <linux/slab.h> | 32 | #include <linux/slab.h> |
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 40cf7f16f587..6e90b6b526bc 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
@@ -3075,6 +3075,7 @@ static const char * const cxt5066_models[CXT5066_MODELS] = { | |||
3075 | }; | 3075 | }; |
3076 | 3076 | ||
3077 | static const struct snd_pci_quirk cxt5066_cfg_tbl[] = { | 3077 | static const struct snd_pci_quirk cxt5066_cfg_tbl[] = { |
3078 | SND_PCI_QUIRK(0x1025, 0x054c, "Acer Aspire 3830TG", CXT5066_AUTO), | ||
3078 | SND_PCI_QUIRK_MASK(0x1025, 0xff00, 0x0400, "Acer", CXT5066_IDEAPAD), | 3079 | SND_PCI_QUIRK_MASK(0x1025, 0xff00, 0x0400, "Acer", CXT5066_IDEAPAD), |
3079 | SND_PCI_QUIRK(0x1028, 0x02d8, "Dell Vostro", CXT5066_DELL_VOSTRO), | 3080 | SND_PCI_QUIRK(0x1028, 0x02d8, "Dell Vostro", CXT5066_DELL_VOSTRO), |
3080 | SND_PCI_QUIRK(0x1028, 0x02f5, "Dell Vostro 320", CXT5066_IDEAPAD), | 3081 | SND_PCI_QUIRK(0x1028, 0x02f5, "Dell Vostro 320", CXT5066_IDEAPAD), |
@@ -4379,6 +4380,8 @@ static const struct hda_codec_preset snd_hda_preset_conexant[] = { | |||
4379 | .patch = patch_cxt5066 }, | 4380 | .patch = patch_cxt5066 }, |
4380 | { .id = 0x14f15069, .name = "CX20585", | 4381 | { .id = 0x14f15069, .name = "CX20585", |
4381 | .patch = patch_cxt5066 }, | 4382 | .patch = patch_cxt5066 }, |
4383 | { .id = 0x14f1506c, .name = "CX20588", | ||
4384 | .patch = patch_cxt5066 }, | ||
4382 | { .id = 0x14f1506e, .name = "CX20590", | 4385 | { .id = 0x14f1506e, .name = "CX20590", |
4383 | .patch = patch_cxt5066 }, | 4386 | .patch = patch_cxt5066 }, |
4384 | { .id = 0x14f15097, .name = "CX20631", | 4387 | { .id = 0x14f15097, .name = "CX20631", |
@@ -4407,6 +4410,7 @@ MODULE_ALIAS("snd-hda-codec-id:14f15066"); | |||
4407 | MODULE_ALIAS("snd-hda-codec-id:14f15067"); | 4410 | MODULE_ALIAS("snd-hda-codec-id:14f15067"); |
4408 | MODULE_ALIAS("snd-hda-codec-id:14f15068"); | 4411 | MODULE_ALIAS("snd-hda-codec-id:14f15068"); |
4409 | MODULE_ALIAS("snd-hda-codec-id:14f15069"); | 4412 | MODULE_ALIAS("snd-hda-codec-id:14f15069"); |
4413 | MODULE_ALIAS("snd-hda-codec-id:14f1506c"); | ||
4410 | MODULE_ALIAS("snd-hda-codec-id:14f1506e"); | 4414 | MODULE_ALIAS("snd-hda-codec-id:14f1506e"); |
4411 | MODULE_ALIAS("snd-hda-codec-id:14f15097"); | 4415 | MODULE_ALIAS("snd-hda-codec-id:14f15097"); |
4412 | MODULE_ALIAS("snd-hda-codec-id:14f15098"); | 4416 | MODULE_ALIAS("snd-hda-codec-id:14f15098"); |