diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-06-21 10:56:44 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-06-21 10:57:16 +0200 |
commit | b1a914690c581f8f88b897d83a79b1c6eaf494c9 (patch) | |
tree | ff1b80368b6a81671266ed2e5f5eda12b3aaae56 /sound/pci | |
parent | d2fd4b09c07ae0c5ac288c0da6100c26ba9db15b (diff) | |
download | op-kernel-dev-b1a914690c581f8f88b897d83a79b1c6eaf494c9.zip op-kernel-dev-b1a914690c581f8f88b897d83a79b1c6eaf494c9.tar.gz |
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/pci')
-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 63cfebb..bf4b78a 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] = { [ALC883_ACER] = "acer", [ALC883_ACER_ASPIRE] = "acer-aspire", [ALC888_ACER_ASPIRE_4930G] = "acer-aspire-4930g", + [ALC888_ACER_ASPIRE_6530G] = "acer-aspire-6530g", [ALC888_ACER_ASPIRE_8930G] = "acer-aspire-8930g", [ALC883_MEDION] = "medion", [ALC883_MEDION_MD2] = "medion-md2", |