diff options
| -rw-r--r-- | sound/pci/hda/patch_analog.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 19f08846d6fc..c8649282c2cf 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
| @@ -1778,9 +1778,9 @@ static hda_nid_t ad1988_capsrc_nids[3] = { | |||
| 1778 | static struct hda_input_mux ad1988_6stack_capture_source = { | 1778 | static struct hda_input_mux ad1988_6stack_capture_source = { |
| 1779 | .num_items = 5, | 1779 | .num_items = 5, |
| 1780 | .items = { | 1780 | .items = { |
| 1781 | { "Front Mic", 0x0 }, | 1781 | { "Front Mic", 0x1 }, /* port-B */ |
| 1782 | { "Line", 0x1 }, | 1782 | { "Line", 0x2 }, /* port-C */ |
| 1783 | { "Mic", 0x4 }, | 1783 | { "Mic", 0x4 }, /* port-E */ |
| 1784 | { "CD", 0x5 }, | 1784 | { "CD", 0x5 }, |
| 1785 | { "Mix", 0x9 }, | 1785 | { "Mix", 0x9 }, |
| 1786 | }, | 1786 | }, |
| @@ -1789,7 +1789,7 @@ static struct hda_input_mux ad1988_6stack_capture_source = { | |||
| 1789 | static struct hda_input_mux ad1988_laptop_capture_source = { | 1789 | static struct hda_input_mux ad1988_laptop_capture_source = { |
| 1790 | .num_items = 3, | 1790 | .num_items = 3, |
| 1791 | .items = { | 1791 | .items = { |
| 1792 | { "Mic/Line", 0x0 }, | 1792 | { "Mic/Line", 0x1 }, /* port-B */ |
| 1793 | { "CD", 0x5 }, | 1793 | { "CD", 0x5 }, |
| 1794 | { "Mix", 0x9 }, | 1794 | { "Mix", 0x9 }, |
| 1795 | }, | 1795 | }, |
