commit:     5686f4b988cb74f62b7d571baf82575518356710
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sat May  2 19:25:30 2020 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sat May  2 19:25:30 2020 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=5686f4b9

Linux patch 5.6.10

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 0000_README             |  4 ++++
 1009_linux-5.6.10.patch | 29 +++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/0000_README b/0000_README
index 8794f80..25aa563 100644
--- a/0000_README
+++ b/0000_README
@@ -79,6 +79,10 @@ Patch:  1008_linux-5.6.9.patch
 From:   http://www.kernel.org
 Desc:   Linux 5.6.9
 
+Patch:  1009_linux-5.6.10.patch
+From:   http://www.kernel.org
+Desc:   Linux 5.6.10
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1009_linux-5.6.10.patch b/1009_linux-5.6.10.patch
new file mode 100644
index 0000000..710dd6b
--- /dev/null
+++ b/1009_linux-5.6.10.patch
@@ -0,0 +1,29 @@
+diff --git a/Makefile b/Makefile
+index 2fc8ba07d930..4b29cc9769e8 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 6
+-SUBLEVEL = 9
++SUBLEVEL = 10
+ EXTRAVERSION =
+ NAME = Kleptomaniac Octopus
+ 
+diff --git a/sound/soc/meson/axg-card.c b/sound/soc/meson/axg-card.c
+index 2b04ac3d8fd3..1f698adde506 100644
+--- a/sound/soc/meson/axg-card.c
++++ b/sound/soc/meson/axg-card.c
+@@ -586,10 +586,8 @@ static int axg_card_add_link(struct snd_soc_card *card, 
struct device_node *np,
+ 
+       if (axg_card_cpu_is_tdm_iface(dai_link->cpus->of_node))
+               ret = axg_card_parse_tdm(card, np, index);
+-      else if (axg_card_cpu_is_codec(dai_link->cpus->of_node)) {
++      else if (axg_card_cpu_is_codec(dai_link->cpus->of_node))
+               dai_link->params = &codec_params;
+-              dai_link->no_pcm = 0; /* link is not a DPCM BE */
+-      }
+ 
+       return ret;
+ }

Reply via email to