]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fuzz cleanup
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Dec 2019 09:46:07 +0000 (10:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Dec 2019 09:46:07 +0000 (10:46 +0100)
queue-5.3/alsa-hda-hdmi-fix-pin-setup-on-tigerlake.patch

index b5d53b937e6b6fefd0089451a89a9107fb4829c6..afbcd40989d1e7cf03bb8ec306d1368d64beda16 100644 (file)
@@ -18,14 +18,12 @@ Link: https://lore.kernel.org/r/20191111133838.21213-1-kai.vehmanen@linux.intel.
 Signed-off-by: Takashi Iwai <tiwai@suse.de>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
 ---
- 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
-