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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24AD0C282E1 for ; Tue, 23 Apr 2019 22:26:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DC6B9218FC for ; Tue, 23 Apr 2019 22:26:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="SZYkkOWb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728310AbfDWW04 (ORCPT ); Tue, 23 Apr 2019 18:26:56 -0400 Received: from mail-ua1-f65.google.com ([209.85.222.65]:37856 "EHLO mail-ua1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726075AbfDWW04 (ORCPT ); Tue, 23 Apr 2019 18:26:56 -0400 Received: by mail-ua1-f65.google.com with SMTP id l17so5362566uar.4 for ; Tue, 23 Apr 2019 15:26:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=V3dRxb4+p4g2+xMx/df+eeyt/t3JS/j5BzYyaZ+/lz0=; b=SZYkkOWbZNPbyxO1aa7sn+5EvT5VUU340a/F0GOMe6bxbDUoAvl8HIw7TjQKYG6+Fq IF0JNIdHBzIbwop2/o3FkPxPcPzl+gleauddn+opfBC85inKDq8tMN0FVHTY8Dw0le+f yLBVwNWC0KzcWyhAqScfz8ykY0aCpqxYBRIio= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=V3dRxb4+p4g2+xMx/df+eeyt/t3JS/j5BzYyaZ+/lz0=; b=pUEoE3dJ6SINuohja1ar2vHihGcow5z8Q7DC2VK+uZ11vwtqVXzq2ScsNvttX5WsfD d2q0UNbMoqAWxdnCe+MTkUhGtG7PcD+cGvDuw3Lhs5DVzhAsQfGm7LI2Z8L+0mzqPXC5 mO/ChbamxT7ngfCrYXNk+57yxMVewPqfOkC6M6LIgthV9Wu1oY95Ru/1zOlEDGisEAgT cBZAeu2OonfbiX/vuXZzYs/PTb0xYd5I5ATajoVCIeyrelVN7q5QMYxrlFoVaOlWTo/p wrp7gxXpX331zdEDvtSNsX2FFumpCsQsJK0Irt1EEe4Tu6SVqyANhk7+WFVASfRaktbY MnaQ== X-Gm-Message-State: APjAAAXhFKVrSas+RfLYGUop+/r2mcXxQ1H8QeAw/boSW9pJYrwpAjiq Pn3BCrenR3HOZNlR9bTW1QV1KcAsjfI= X-Google-Smtp-Source: APXvYqyaiy05oxq5WwucDCAKtaPQlfAO0wSNyM87XpuSJfAzMPNVoJdKWD0JG5TObph5xZZ+84Uf/w== X-Received: by 2002:a9f:2c09:: with SMTP id r9mr12959409uaj.56.1556058414987; Tue, 23 Apr 2019 15:26:54 -0700 (PDT) Received: from mail-ua1-f41.google.com (mail-ua1-f41.google.com. [209.85.222.41]) by smtp.gmail.com with ESMTPSA id g123sm4386560vsd.6.2019.04.23.15.26.54 for (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Tue, 23 Apr 2019 15:26:54 -0700 (PDT) Received: by mail-ua1-f41.google.com with SMTP id 33so670746uay.0 for ; Tue, 23 Apr 2019 15:26:54 -0700 (PDT) X-Received: by 2002:ab0:2692:: with SMTP id t18mr14866033uao.106.1556058413653; Tue, 23 Apr 2019 15:26:53 -0700 (PDT) MIME-Version: 1.0 References: <20180910163932.13722-1-katsuhiro@katsuster.net> In-Reply-To: <20180910163932.13722-1-katsuhiro@katsuster.net> From: Doug Anderson Date: Tue, 23 Apr 2019 15:26:42 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [alsa-devel] [PATCH] ASoC: rockchip: add missing INTERLEAVED PCM attribute To: stable@vger.kernel.org Cc: Katsuhiro Suzuki , LKML , Linux ARM , "open list:ARM/Rockchip SoC..." , ALSA Development Mailing List , Heiko Stuebner , Mark Brown , Urja Rannikko Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Sep 10, 2018 at 4:39 PM Katsuhiro Suzuki wrote: > > This patch adds SNDRV_PCM_INFO_INTERLEAVED into PCM hardware info. > > Signed-off-by: Katsuhiro Suzuki > --- > sound/soc/rockchip/rockchip_pcm.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) I just tracked down that audio was broken on 4.19 and needs this change to work. Stable: can you please pick it? Specifically I believe you'd want to treat it as if it had: Fixes: 75b31192fe6a ("ASoC: rockchip: add config for rockchip dmaengine pcm register") -Doug 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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 46AC8C10F03 for ; Tue, 23 Apr 2019 22:27:01 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0CADC218EA for ; Tue, 23 Apr 2019 22:27:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="f211s5Ra"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="SZYkkOWb" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0CADC218EA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=864E2PD048op2SkG1L9BW+m5i1Mbq6AxDfIy2G9mprg=; b=f211s5RaJ4+GtR Z3ZuezCZHctVfSS7HPHd0dr2LIUzLVN1tNNTzSQ6CcXargTxAxZr4hgOAGmOPAo2xnlvQ9MC15beT k4uh3oZjun4mfoQ1O95sdasNmWPhXtAUIJSV4g6Xd0dwZsEcm9yGPKFQOo4RINCl6y6x4sBhuzOcO e/184zlDcZCipQ11hziVmZzoNiK+r/6rvSclBy3MvrNpYMEK3XPVAF27At3j/+25nSZsMd6UFfwQM 2xoFEdKj2OD3Ean4eBsHIhaS59Llk2Qg8Fn8DzUxKLJf5L6z/Jl6/bjnFzFYqIGO66M46yqUGi2pJ VCwZ7IK9sVhokNrVFwjA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hJ3sS-0004Jt-2e; Tue, 23 Apr 2019 22:27:00 +0000 Received: from mail-ua1-x941.google.com ([2607:f8b0:4864:20::941]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hJ3sO-0004JE-ME for linux-arm-kernel@lists.infradead.org; Tue, 23 Apr 2019 22:26:57 +0000 Received: by mail-ua1-x941.google.com with SMTP id b8so5353590uaq.7 for ; Tue, 23 Apr 2019 15:26:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=V3dRxb4+p4g2+xMx/df+eeyt/t3JS/j5BzYyaZ+/lz0=; b=SZYkkOWbZNPbyxO1aa7sn+5EvT5VUU340a/F0GOMe6bxbDUoAvl8HIw7TjQKYG6+Fq IF0JNIdHBzIbwop2/o3FkPxPcPzl+gleauddn+opfBC85inKDq8tMN0FVHTY8Dw0le+f yLBVwNWC0KzcWyhAqScfz8ykY0aCpqxYBRIio= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=V3dRxb4+p4g2+xMx/df+eeyt/t3JS/j5BzYyaZ+/lz0=; b=KMOmIYDU1lWLwvgFCAcnPLsA22398AjqkduOiKuQqMN7cwJNAJhD5jXQlWdQ4wgS1G 4RW36n4I4VuWci3Yy3MjegNRPnMpOCJGCXc7CLYYGs5jFNpDvvhhX/FPqHnE2IvYd3wT fTeMjjD/haCSpdA3nLoV5f7tjLwofZYNNZm1W5SzKrWeEzyvSlPu0kv/18eP5aMBDnAx eODXto5VFSoQAlPGW6AL0WhoD+2xq2W92cFB12UFPDBs+7ecb0u8kdC6SfWtkkri4siR xUgs+TY8Z5x83tQcxiW/C5uaHQz4i0ae70JM3NKrjVDu/5hPfjla45VN9qPi4j6BNRrR IEaQ== X-Gm-Message-State: APjAAAUk6tmdKqa4/tiM8hveJCg0pWKL6XOqMxpTBSffxUOxfH6eWnCP 3BS5UnToPa7xMPBYb/zeDkfOL/cSkY0= X-Google-Smtp-Source: APXvYqxg2LHRLxjiLwe7Fp0xKYM+KAoqBeKI0cEnc1cUggbcD6bwQJI/3XepdYqRQcTxaStl2VpI2g== X-Received: by 2002:a9f:372a:: with SMTP id z39mr4291231uad.91.1556058414855; Tue, 23 Apr 2019 15:26:54 -0700 (PDT) Received: from mail-ua1-f53.google.com (mail-ua1-f53.google.com. [209.85.222.53]) by smtp.gmail.com with ESMTPSA id n202sm5045634vke.5.2019.04.23.15.26.54 for (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Tue, 23 Apr 2019 15:26:54 -0700 (PDT) Received: by mail-ua1-f53.google.com with SMTP id h4so5337668uaj.9 for ; Tue, 23 Apr 2019 15:26:54 -0700 (PDT) X-Received: by 2002:ab0:2692:: with SMTP id t18mr14866033uao.106.1556058413653; Tue, 23 Apr 2019 15:26:53 -0700 (PDT) MIME-Version: 1.0 References: <20180910163932.13722-1-katsuhiro@katsuster.net> In-Reply-To: <20180910163932.13722-1-katsuhiro@katsuster.net> From: Doug Anderson Date: Tue, 23 Apr 2019 15:26:42 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [alsa-devel] [PATCH] ASoC: rockchip: add missing INTERLEAVED PCM attribute To: stable@vger.kernel.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190423_152656_727933_649978B2 X-CRM114-Status: GOOD ( 11.35 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: ALSA Development Mailing List , Heiko Stuebner , Katsuhiro Suzuki , LKML , Urja Rannikko , "open list:ARM/Rockchip SoC..." , Mark Brown , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, On Sep 10, 2018 at 4:39 PM Katsuhiro Suzuki wrote: > > This patch adds SNDRV_PCM_INFO_INTERLEAVED into PCM hardware info. > > Signed-off-by: Katsuhiro Suzuki > --- > sound/soc/rockchip/rockchip_pcm.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) I just tracked down that audio was broken on 4.19 and needs this change to work. Stable: can you please pick it? Specifically I believe you'd want to treat it as if it had: Fixes: 75b31192fe6a ("ASoC: rockchip: add config for rockchip dmaengine pcm register") -Doug _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel