From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 0EDCA335BA for ; Mon, 13 Apr 2026 19:30:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776108657; cv=none; b=WAesTKpA7Q6cUiL5aU0k5baEtYrnTyejDT3p5SxO3gNKnISlE33ySHnE4zMINXAGkYxi5DjOeoNrJWo48ERTz8+56Cvs0JxZDLB8EMcmKkn4KLpetrhgEbj+G2e8J2WTe1oQT1ozwi8riiUA8rhzbAKDPenP2QK0lhO0jX/CbWc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776108657; c=relaxed/simple; bh=+lhrtU1vXUHl5ZiLd8SOAVfsEhsREcfP5n1pbUrNTgU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=iem5GJuvPUB0IAGJSfq7/LSeAFQXA2aZ7SLcK3OuGnvgWg52HPS6+yHhgvnbj9CPLr/NPPQZXNMe+SRcDrWRQHH37IyrpX7zhmkQCSAVETmx9aAUNiDv3AnXLw97xVywMmot2Ec/cfjoLFemvIKYcbrshpZT+cTfskkz3OtPIBA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rdHe26Us; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rdHe26Us" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1F51AC2BCAF; Mon, 13 Apr 2026 19:30:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776108656; bh=+lhrtU1vXUHl5ZiLd8SOAVfsEhsREcfP5n1pbUrNTgU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rdHe26UstZySI5NeuX4f7DQdXx9FXw0HqCfPAaDjMMtZPl/ynQozgWr8M8LzyTeNt v9Vafpd76wMx96Lf5pSAwa8i67z19zPEMhCYl8zw895D8H9hMGP3vmUhA5JqPDNpSs QAq0kw310eEpAiukax2WS//yoUM1JAg7GtJB3GvzIAqnf3F0JC7BzRaXyMso7JbWo3 qdHib+1+NfxxaA0k2Tchq02KgzAZznm5/PHDqLbT1EN9J1vnnKBVPMPbkJTXo8iKha TJAuuFseByGFHycPfAU38T9PgCIy0QgLZOcbtXVzCo+HC6uvU/SfFaRC/Pt2a68KKj 8I/idKWK7E7tg== From: Sasha Levin To: "Geoffrey D. Bennett" Cc: Sasha Levin , stable@vger.kernel.org, gregkh@linuxfoundation.org Subject: Re: [PATCH 5.15 005/570] ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite devices Date: Mon, 13 Apr 2026 15:30:36 -0400 Message-ID: <20260413192300.stable-rc-reply-0001@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: References: <20260413155830.386096114@linuxfoundation.org> <20260413155830.596728908@linuxfoundation.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Mon, Apr 14, 2026 at 03:06:40AM +0930, Geoffrey D. Bennett wrote: > This commit depends on its predecessor 24d2d3c5f940 ("ALSA: usb-audio: > Improve Focusrite sample rate filtering") which was not picked up for > stable because it didn't have a Fixes tag. Dropped from the 5.15 queue along with its dependency: - "ALSA: usb-audio: Update for native DSD support quirks" Thanks.