From: Greg Kroah-Hartman Date: Thu, 12 Dec 2019 09:46:07 +0000 (+0100) Subject: fuzz cleanup X-Git-Tag: v5.4.3~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0288d139c0d1851bba9f7c4023939703cda3540;p=thirdparty%2Fkernel%2Fstable-queue.git fuzz cleanup --- diff --git a/queue-5.3/alsa-hda-hdmi-fix-pin-setup-on-tigerlake.patch b/queue-5.3/alsa-hda-hdmi-fix-pin-setup-on-tigerlake.patch index b5d53b937e6..afbcd40989d 100644 --- a/queue-5.3/alsa-hda-hdmi-fix-pin-setup-on-tigerlake.patch +++ b/queue-5.3/alsa-hda-hdmi-fix-pin-setup-on-tigerlake.patch @@ -18,14 +18,12 @@ Link: https://lore.kernel.org/r/20191111133838.21213-1-kai.vehmanen@linux.intel. Signed-off-by: Takashi Iwai Signed-off-by: Sasha Levin --- - sound/pci/hda/patch_hdmi.c | 4 +++- + sound/pci/hda/patch_hdmi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c -index ff99f5feaace9..a4ad81d088e81 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c -@@ -45,10 +45,12 @@ MODULE_PARM_DESC(static_hdmi_pcm, "Don't restrict PCM parameters per ELD info"); +@@ -46,10 +46,12 @@ MODULE_PARM_DESC(static_hdmi_pcm, "Don't ((codec)->core.vendor_id == 0x80862800)) #define is_cannonlake(codec) ((codec)->core.vendor_id == 0x8086280c) #define is_icelake(codec) ((codec)->core.vendor_id == 0x8086280f) @@ -39,6 +37,3 @@ index ff99f5feaace9..a4ad81d088e81 100644 #define is_valleyview(codec) ((codec)->core.vendor_id == 0x80862882) #define is_cherryview(codec) ((codec)->core.vendor_id == 0x80862883) #define is_valleyview_plus(codec) (is_valleyview(codec) || is_cherryview(codec)) --- -2.20.1 -