ALSA: hda/hdmi - Remove duplicated define
authorTakashi Iwai <tiwai@suse.de>
Mon, 15 Jul 2019 21:12:13 +0000 (23:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 16 Jul 2019 07:41:41 +0000 (09:41 +0200)
INTEL_GET_VENDOR_VERB is defined twice identically.
Let's remove a superfluous line.

Fixes: b0d8bc50b9f2 ("ALSA: hda: hdmi - add Icelake support")
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c

index 40323d91f9e4f91683ed03e1e006690a569b4252..1e6c489bca152081e37a2fa6194284da9f675aad 100644 (file)
@@ -2416,7 +2416,6 @@ static void intel_haswell_fixup_connect_list(struct hda_codec *codec,
        snd_hda_override_conn_list(codec, nid, spec->num_cvts, spec->cvt_nids);
 }
 
-#define INTEL_GET_VENDOR_VERB  0xf81
 #define INTEL_GET_VENDOR_VERB  0xf81
 #define INTEL_SET_VENDOR_VERB  0x781
 #define INTEL_EN_DP12          0x02    /* enable DP 1.2 features */