From 437da620d03c1b4283b3800ce8dd6f330cc786b9 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 24 Apr 2019 16:11:19 +0200 Subject: [PATCH] 4.19-stable patches added patches: asoc-rockchip-add-missing-interleaved-pcm-attribute.patch --- ...dd-missing-interleaved-pcm-attribute.patch | 31 +++++++++++++++++++ queue-4.19/series | 1 + 2 files changed, 32 insertions(+) create mode 100644 queue-4.19/asoc-rockchip-add-missing-interleaved-pcm-attribute.patch diff --git a/queue-4.19/asoc-rockchip-add-missing-interleaved-pcm-attribute.patch b/queue-4.19/asoc-rockchip-add-missing-interleaved-pcm-attribute.patch new file mode 100644 index 00000000000..dd8a52ed85f --- /dev/null +++ b/queue-4.19/asoc-rockchip-add-missing-interleaved-pcm-attribute.patch @@ -0,0 +1,31 @@ +From 24d6638302b48328a58c13439276d4531af4ca7d Mon Sep 17 00:00:00 2001 +From: Katsuhiro Suzuki +Date: Tue, 11 Sep 2018 01:39:32 +0900 +Subject: ASoC: rockchip: add missing INTERLEAVED PCM attribute + +From: Katsuhiro Suzuki + +commit 24d6638302b48328a58c13439276d4531af4ca7d upstream. + +This patch adds SNDRV_PCM_INFO_INTERLEAVED into PCM hardware info. + +Signed-off-by: Katsuhiro Suzuki +Signed-off-by: Mark Brown +Signed-off-by: Greg Kroah-Hartman + +--- + sound/soc/rockchip/rockchip_pcm.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +--- a/sound/soc/rockchip/rockchip_pcm.c ++++ b/sound/soc/rockchip/rockchip_pcm.c +@@ -21,7 +21,8 @@ static const struct snd_pcm_hardware snd + .info = SNDRV_PCM_INFO_MMAP | + SNDRV_PCM_INFO_MMAP_VALID | + SNDRV_PCM_INFO_PAUSE | +- SNDRV_PCM_INFO_RESUME, ++ SNDRV_PCM_INFO_RESUME | ++ SNDRV_PCM_INFO_INTERLEAVED, + .period_bytes_min = 32, + .period_bytes_max = 8192, + .periods_min = 1, diff --git a/queue-4.19/series b/queue-4.19/series index c0b45320042..31ed04278ff 100644 --- a/queue-4.19/series +++ b/queue-4.19/series @@ -92,3 +92,4 @@ mm-vmstat.c-fix-proc-vmstat-format-for-config_debug_tlbflush-y-config_smp-n.patc alsa-info-fix-racy-addition-deletion-of-nodes.patch percpu-stop-printing-kernel-addresses.patch tools-include-adopt-linux-bits.h.patch +asoc-rockchip-add-missing-interleaved-pcm-attribute.patch -- 2.47.2