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 828C73BE167 for ; Mon, 9 Mar 2026 13:09:30 +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=1773061770; cv=none; b=A4NeyJd98ckWJRu2YbynXdyErsrANgzNYJ0TvsTUcRxX06VU5MhRczmvjJr38OOkBg9TZo81M5AiG4BQK9hVvsbxqpSRYFHC5t/pYDeYH1Kph9WxPEgVdCFkOoXy7pOI8toPs3bp56urMU0KW/M/IhdczabRg6RCcqAWJQCqqvg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773061770; c=relaxed/simple; bh=rLZ5SfMw5tuBIj88iEJ3cVvT4yM3ioED2XVf2im3GlE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AYRwosDfe3djC5OHdr6BSGTwfPpOYKtmewikvJwVpTg0lfALTkqD+GpT8YTtdwXZNibj635wVbbmteiVi8PxVdsSHpKXjO+CphuXx/wJvxqG5ka2jFljVviRJHAWKAgSoDAqFZ+vJ+mfqxzJM4b3ZFmwrDwJOP1seZsOkXwUK2I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=y4yf9JcQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="y4yf9JcQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74F57C2BC86; Mon, 9 Mar 2026 13:09:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773061769; bh=rLZ5SfMw5tuBIj88iEJ3cVvT4yM3ioED2XVf2im3GlE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=y4yf9JcQ5RQbnbAYcLhln5qEv04CQGgnvNcrzpz28AbKr27QIArRHNNNmJIhIE4Oc H+hl45JHlSbnLp3SZRWH73yQYbCOxaU145x64th5I/ScIg3c3wxTK0rwqTsX3v2YPY 37+uFX65aERuq4k5GLb6ieCaRmG2sVyxPoR4FFvE= Date: Mon, 9 Mar 2026 14:09:27 +0100 From: Greg Kroah-Hartman To: Randy Dunlap Cc: stable@vger.kernel.org, Sasha Levin , Mark Brown , Boris Faure Subject: Re: please pick up patch for v6.19 soundwire build error Message-ID: <2026030921-lash-strongbox-87b5@gregkh> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sun, Mar 08, 2026 at 01:31:26PM -0700, Randy Dunlap wrote: > > commit bbb758a6943e > Author: Boris Faure > Date: Thu Jan 29 14:14:54 2026 +0000 > > ASoC: sdca: Fix missing regmap dependencies in Kconfig > > > for kernel versions 6.19.* > to fix build errors. > > I applied it to 6.19.6 and it fixed the build errors that I had. Now queued up, thanks. greg k-h