diff options
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 23a3be5509de..dab2ce137e17 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
@@ -453,7 +453,7 @@ static struct hda_input_mux cxt5045_capture_source = { | |||
453 | .num_items = 2, | 453 | .num_items = 2, |
454 | .items = { | 454 | .items = { |
455 | { "IntMic", 0x1 }, | 455 | { "IntMic", 0x1 }, |
456 | { "LineIn", 0x2 }, | 456 | { "ExtMic", 0x2 }, |
457 | } | 457 | } |
458 | }; | 458 | }; |
459 | 459 | ||