Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1402367pxb; Wed, 20 Oct 2021 04:31:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxAlGnfpFhwGBkHCjgFo+9FWYc/mofLDpneym9ScSwZu0yZlQ633J0oeDE+bQ6bzVdrgGLg X-Received: by 2002:aa7:c941:: with SMTP id h1mr63406595edt.128.1634729468709; Wed, 20 Oct 2021 04:31:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634729468; cv=none; d=google.com; s=arc-20160816; b=Zd8xkejeAKRIm4s013dfZytn4IGiS8W02JpItdQVNkMDitV3Dq2X6TvQTWNObXhJbI RhCEH/9qCIoWSqewFYkCA4jIlRZM09+JgWuDI4J0f+/SyDDOOBfG4gkhndWHbmifq8aI jsrW8GOOFhD59QznyAl/iyEY47tK3ovzuwzgr3FTp+4tqP18WZDcNLQe3MGIUAHAg3iu TsEBHzXGRAcU0C7JjxA2n0ISuIjxvjqMv2sCsXdQjh6kCdFU5MhxJsgCxkMxwW24W0wC grtX+2f0jSg6oSUkVyIU0AbFB/nyuejAhJ0NDtvIiRnAGq7GGgrs9lS4zU6Dj+mDJtH5 682w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :dkim-signature; bh=+mEKBdstMGMGVR1NOij+uQUUXna1rjDBFWYSKuzqA18=; b=tvkLQQaPoFCMzGreUASvpbCa/59ItbW++oOTGtDmM5uhUIrqeFz6FGL98LV+/N9J4K OY7TWs3EeiQXCZLIGpg2U/wXMMxaioXosyBTzJyjmHzJZbRWOIGFpA01VxZThCcb8BJj C3KDZoMS0EPjcCwhYbQN5otwLtjPlJGV9yVkP6n7Lb83ngNIp0jNzbjyqaFp+Q7ExIKa Agw/XVlK19caYGCWojxd0yuRaAbizfiffWXwU9rH2OYajZhZDAuFYyo1pV377Bd+GM+p 5lTTvzIHP03VP2O4PCgIotxQXpNjBq3DbXgKbn7eX+rOYXj39l0nwrGQbHRojKFcLCvR RWqw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=LZF5Rfu3; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 4si2960591ejc.763.2021.10.20.04.30.43; Wed, 20 Oct 2021 04:31:08 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=LZF5Rfu3; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230136AbhJTLbD (ORCPT + 99 others); Wed, 20 Oct 2021 07:31:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:53254 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230139AbhJTLbD (ORCPT ); Wed, 20 Oct 2021 07:31:03 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B39FA61359; Wed, 20 Oct 2021 11:28:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634729329; bh=Hc5cuk9glDaRbaSAq4FdX0qHDgJuvg1tQjkipEezNvM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LZF5Rfu3GUprtBYrB0BU2YZ4eiM3rLK3Jig8bOQm5cQ3FghfMbGuEB0HiI3mjDEL7 HcI92HqOvIYR+xyeSL+cWhNkp3RjFLDOowqPlkUO3yWnehhLcwcU9KykqucYUPLXm8 t37If7zQ/usbfxpBS+fK1PU2bjFJ9Dju4VQX6u0DnmtyiP/kzXYER6BTYInbKQCqWI Kp6FzguBtH7sH/PW9v75AiutVwbLb4GQefEqmsUQ8NMVvICf+mOSRai/GDSxoCSB4A 4ixMHcXIa6D+V67GUnqNFJCeBCAooaizOZZUT6UXeokfbMx6+j6kBjbjDs7ZF6aVtT pEXW/S7NDTcKw== From: Mark Brown To: Christian Hewitt , linux-arm-kernel@lists.infradead.org, Martin Blumenstingl , Neil Armstrong , alsa-devel@alsa-project.org, Kevin Hilman , Liam Girdwood , linux-amlogic@lists.infradead.org, Jerome Brunet , Jaroslav Kysela , Takashi Iwai , linux-kernel@vger.kernel.org Cc: Mark Brown , Matthias Reichl Subject: Re: [PATCH] ASoC: meson: implement driver_name for snd_soc_card in meson-card-utils Date: Wed, 20 Oct 2021 12:28:36 +0100 Message-Id: <163472931364.2896549.2043578112545946668.b4-ty@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211017160028.23318-1-christianshewitt@gmail.com> References: <20211017160028.23318-1-christianshewitt@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 17 Oct 2021 16:00:28 +0000, Christian Hewitt wrote: > Implement driver_name to provide an alternative to card_name for userspace > configuration of Amlogic audio cards. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: meson: implement driver_name for snd_soc_card in meson-card-utils commit: bc387887ae22d6ed6439e83968b5be3443a8e57d All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark