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=-5.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 03F53CA9ED3 for ; Mon, 4 Nov 2019 20:42:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C565A2089C for ; Mon, 4 Nov 2019 20:42:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572900147; bh=u7adVCpQVfnZWxdfUH8I5q9NfBxuBJMT/FNCPb62YK0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=nwmrcQpBE8Us+luHGV9aGMeOnqPSmVLXgrrYlygtXsd50pvmCp60jLhqm0mEFlq98 IGfBmKFDTezSfStESCtmxIeZEY2IzKlAFmd+nzpQ4GNEHGvMtEWg8yeVTQ/iLMKCH8 WwneP0nPp2xyLmBihniEEjXCdGnRMcFuuTqEXPAA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728519AbfKDUm1 (ORCPT ); Mon, 4 Nov 2019 15:42:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:37870 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728377AbfKDUm1 (ORCPT ); Mon, 4 Nov 2019 15:42:27 -0500 Received: from localhost (6.204-14-84.ripe.coltfrance.com [84.14.204.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1AA28206BA; Mon, 4 Nov 2019 20:42:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572900146; bh=u7adVCpQVfnZWxdfUH8I5q9NfBxuBJMT/FNCPb62YK0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Iva994dCHiBBsgxymlj2YhmYQxS8rhytIN5CdEUefRDSZMJDKh+wTkwZaFI96zH2c ofv/aiHSMld3B1fHG+CYahWIZ2coPYF+aCr2khe9Fd3etKlrsyAMBxnSVlMW8k6/3S f6UbDOXB9AlOc0Zx/31fMwRuvSupzlf1dRfM3YiQ= Date: Mon, 4 Nov 2019 21:42:24 +0100 From: Greg KH To: Sasha Levin Cc: flyingecar@gmail.com, stable@vger.kernel.org, tiwai@suse.de Subject: Re: FAILED: patch "[PATCH] ALSA: usb-audio: Add DSD support for Gustard U16/X26 USB" failed to apply to 5.3-stable tree Message-ID: <20191104204224.GA2352867@kroah.com> References: <1572802898108163@kroah.com> <20191104140013.GD4787@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191104140013.GD4787@sasha-vm> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Nov 04, 2019 at 09:00:13AM -0500, Sasha Levin wrote: > On Sun, Nov 03, 2019 at 06:41:38PM +0100, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 5.3-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > > > thanks, > > > > greg k-h > > > > ------------------ original commit in Linus's tree ------------------ > > > > > From e2995b95a914bbc6b5352be27d5d5f33ec802d2c Mon Sep 17 00:00:00 2001 > > From: Justin Song > > Date: Thu, 24 Oct 2019 12:27:14 +0200 > > Subject: [PATCH] ALSA: usb-audio: Add DSD support for Gustard U16/X26 USB > > Interface > > > > This patch adds native DSD support for Gustard U16/X26 USB Interface. > > Tested using VID and fp->dsd_raw method. > > > > Signed-off-by: Justin Song > > Cc: > > Link: https://lore.kernel.org/r/CA+9XP1ipsFn+r3bCBKRinQv-JrJ+EHOGBdZWZoMwxFv0R8Y1MQ@mail.gmail.com > > Signed-off-by: Takashi Iwai > > For 5.3 and 4.19 I took the following as dependencies: > > eb7505d52a2f ("ALSA: usb-audio: DSD auto-detection for Playback Designs") > 0067e154b11e ("ALSA: usb-audio: Update DSD support quirks for Oppo and Rotel") > > For older kernels it was becoming too long of a list, and I don't have a > way to test it so I didn't do anything about it there. Backports are > more than welcome. > > Note: yes, patching it up to apply on 4.14 is easy, but if this patch is > needed there then there are quite a few more needed so I didn't want to > take just this one. Great, thanks for doing this. greg k-h