From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D2D391D5160; Mon, 1 Jun 2026 02:11:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780279897; cv=none; b=KNFHiT8982bIkdS+jmd9H90MWSBfVaZfc2daQhtFZyWNQXd6xxRd0AW8NulpiaE3OrZ3mS/VT7wNOhJS2OtLj+ixpYUGThPW0qK85bfmOMqG3BLnLMMocaqx61iB+ltrv+fX9O/lzbe8LYncfMc4GcgP2qpN2yw2WLyZSDJfJxk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780279897; c=relaxed/simple; bh=Tkkyc1fjb55iNTWltUGRP1dxid5yPJ910ybhBga2s3Y=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=nFf84td6KvTtdyhmU6PhQEJz1EhU7KnXfTuxOCLNT99mz7duiiUCPrEYe9QhNo3jahn2uBkCWvg78N5+devgQ/I1Ka8+Q3iByMSplQcmIJaB/Pf+8cIFNM5IGm4ZylLGWl7dQnJgkoFKV992RVdVdVmiZd+Sjw57Uc7orGigmx4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CcK3UG8c; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="CcK3UG8c" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 067E21F00898; Mon, 1 Jun 2026 02:11:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780279896; bh=Tkkyc1fjb55iNTWltUGRP1dxid5yPJ910ybhBga2s3Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=CcK3UG8c5lAKsU3vtF3eZBR2UEoRU5cZ5lG9UAM1PJYle6mx3bO6uMC5A5ZnyY6cZ mMoF5StPQzrO/u/LZEklFNIqzBhf7DU6eMJO1z8x7H+eDItrDI+PM0/7mZP352gzbO udiaBRGfwf3nf6YVSRzy2K9il6U/NmZb3OFfJBNxMxCLr7gubmIDo+yrDiJao/cM+0 X5bmySdYRbYhYpjsGnYcil12bFD/CyhVjH9Zhef68L6xrcl759YaNg3GNCuRGRe+J/ PaixpEOwgrZCYbh63LTqlsGYLqSQ+duYs12zccgMKRuNbYSqGyn1pR3ymznv7Ssqft Ci8mMtdIgoC9Q== From: Sasha Levin To: Greg Kroah-Hartman Cc: Sasha Levin , stable@vger.kernel.org, patches@lists.linux.dev, Takashi Iwai , "Geoffrey D. Bennett" Subject: Re: [PATCH 6.1 054/969] ALSA: usb-audio: Improve Focusrite sample rate filtering Date: Sun, 31 May 2026 22:11:21 -0400 Message-ID: <20260601015021.rc-focusrite-filtering@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: References: <20260530160300.485627683@linuxfoundation.org> <20260530160301.888290661@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Mon, 2026-06-01 at 00:43 +0930, Geoffrey D. Bennett wrote: > Please drop these from 6.1 and 5.15. They're part of a 3-patch series > that needs all 3 to get the benefit (plus 5 more fixes on top for the > 1st Gen Scarletts that the series regressed). Dropped from the 6.1 and 5.15 queues. In 5.15 I also dropped the companion "ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite devices" (a8cc55bf81a4), since it builds on this one and dropping the filtering patch alone would leave validation removed atop the old filtering logic. -- Thanks, Sasha