diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index c08ca660daba..9b1cff83497f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -17374,7 +17374,7 @@ static int alc662_auto_create_extra_out(struct hda_codec *codec, hda_nid_t pin, | |||
17374 | 17374 | ||
17375 | /* create playback/capture controls for input pins */ | 17375 | /* create playback/capture controls for input pins */ |
17376 | #define alc662_auto_create_input_ctls \ | 17376 | #define alc662_auto_create_input_ctls \ |
17377 | alc880_auto_create_input_ctls | 17377 | alc882_auto_create_input_ctls |
17378 | 17378 | ||
17379 | static void alc662_auto_set_output_and_unmute(struct hda_codec *codec, | 17379 | static void alc662_auto_set_output_and_unmute(struct hda_codec *codec, |
17380 | hda_nid_t nid, int pin_type, | 17380 | hda_nid_t nid, int pin_type, |