diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-06-21 04:56:44 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-06-21 04:57:16 -0400 |
commit | b1a914690c581f8f88b897d83a79b1c6eaf494c9 (patch) | |
tree | ff1b80368b6a81671266ed2e5f5eda12b3aaae56 /sound | |
parent | d2fd4b09c07ae0c5ac288c0da6100c26ba9db15b (diff) |
ALSA: hda - Add model=6530g option
Add the new model string corresponding to the previous Acer Aspire
6530G support.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 63cfebb8d959..bf4b78a74a8f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -9030,6 +9030,7 @@ static const char *alc883_models[ALC883_MODEL_LAST] = { | |||
9030 | [ALC883_ACER] = "acer", | 9030 | [ALC883_ACER] = "acer", |
9031 | [ALC883_ACER_ASPIRE] = "acer-aspire", | 9031 | [ALC883_ACER_ASPIRE] = "acer-aspire", |
9032 | [ALC888_ACER_ASPIRE_4930G] = "acer-aspire-4930g", | 9032 | [ALC888_ACER_ASPIRE_4930G] = "acer-aspire-4930g", |
9033 | [ALC888_ACER_ASPIRE_6530G] = "acer-aspire-6530g", | ||
9033 | [ALC888_ACER_ASPIRE_8930G] = "acer-aspire-8930g", | 9034 | [ALC888_ACER_ASPIRE_8930G] = "acer-aspire-8930g", |
9034 | [ALC883_MEDION] = "medion", | 9035 | [ALC883_MEDION] = "medion", |
9035 | [ALC883_MEDION_MD2] = "medion-md2", | 9036 | [ALC883_MEDION_MD2] = "medion-md2", |