diff options
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 766e56754c64..92b9b4324372 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -3233,7 +3233,7 @@ static const struct hda_fixup stac927x_fixups[] = { | |||
3233 | /* configure the analog microphone on some laptops */ | 3233 | /* configure the analog microphone on some laptops */ |
3234 | { 0x0c, 0x90a79130 }, | 3234 | { 0x0c, 0x90a79130 }, |
3235 | /* correct the front output jack as a hp out */ | 3235 | /* correct the front output jack as a hp out */ |
3236 | { 0x0f, 0x0227011f }, | 3236 | { 0x0f, 0x0221101f }, |
3237 | /* correct the front input jack as a mic */ | 3237 | /* correct the front input jack as a mic */ |
3238 | { 0x0e, 0x02a79130 }, | 3238 | { 0x0e, 0x02a79130 }, |
3239 | {} | 3239 | {} |