From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E39EC433EF for ; Fri, 5 Nov 2021 08:47:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0248461186 for ; Fri, 5 Nov 2021 08:47:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232802AbhKEIuQ (ORCPT ); Fri, 5 Nov 2021 04:50:16 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:47160 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232790AbhKEIuO (ORCPT ); Fri, 5 Nov 2021 04:50:14 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id C0B161FD43; Fri, 5 Nov 2021 08:47:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1636102054; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=WfjqvLJ35rAHDfeQrUYAJUUvXN9PYIVCRnmDgt0NZ1M=; b=NF+H7aXyjtryw9nF5wMm4vsyL/NN7e8DZ81ISzUGVyB7HE+UO+UzNgPrT0HdpZ5u4lAC/G iRNfFT5FVyyg5VQO1/EaR31IZgSOOHCyhYuQATWPlRRCT8HHyDoJv/zx7ib/oV14guJuAU BuLVH3U2G5qVIbHqN2RoDBv0l/gBM3k= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1636102054; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=WfjqvLJ35rAHDfeQrUYAJUUvXN9PYIVCRnmDgt0NZ1M=; b=oXQ2YmcWNnDwtcMTgmfJ9JmA0DXTVEmuS9wC3wSqJf2eSxOAESzYQbZRYb7UYgrB8T0g+e G+TgafOJfBzGanCA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id AE5492C150; Fri, 5 Nov 2021 08:47:34 +0000 (UTC) Date: Fri, 05 Nov 2021 09:47:34 +0100 Message-ID: From: Takashi Iwai To: Greg Kroah-Hartman Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org Subject: 5.14.y-stable: Missing sound fixes from 5.15 User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, could you cherry-pick the following three commits to 5.14.y tree? The Cc-to-stable was missing on those, although they should have been picked up. cbea6e5a7772b7a5b80baa8f98fd77853487fd2a ALSA: pcm: Check mmap capability of runtime dma buffer at first 0899a7a23047f106c06888769d6cd6ff43d7395f ALSA: pci: rme: Set up buffer type properly 4d9e9153f1c64d91a125c6967bc0bfb0bb653ea0 ALSA: pci: cs46xx: Fix set up buffer type properly They are needed only for 5.14.y, not for older versions. The relevant bug report is found at: https://bugzilla.kernel.org/show_bug.cgi?id=214947 Thanks! Takashi