Message ID | 20211125055812.8911-1-oder_chiou@realtek.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 083a7fba38885a8ffa03a2857e383421cefd36e6 |
Headers | show |
Series | [1/2] ASoC: rt5640: Add the binding include file for the HDA header support | expand |
On Thu, 25 Nov 2021 13:58:11 +0800, Oder Chiou wrote: > The patch adds the binding include file for the HDA header support. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: rt5640: Add the binding include file for the HDA header support commit: 083a7fba38885a8ffa03a2857e383421cefd36e6 [2/2] ASoC: rt5640: Add the HDA header support commit: 2b9c8d2b3c89708d53b6124dc49c212dc5341840 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
diff --git a/include/dt-bindings/sound/rt5640.h b/include/dt-bindings/sound/rt5640.h index 154c9b4414f2..655f6946388a 100644 --- a/include/dt-bindings/sound/rt5640.h +++ b/include/dt-bindings/sound/rt5640.h @@ -16,6 +16,7 @@ #define RT5640_JD_SRC_GPIO2 4 #define RT5640_JD_SRC_GPIO3 5 #define RT5640_JD_SRC_GPIO4 6 +#define RT5640_JD_SRC_HDA_HEADER 7 #define RT5640_OVCD_SF_0P5 0 #define RT5640_OVCD_SF_0P75 1
The patch adds the binding include file for the HDA header support. Signed-off-by: Oder Chiou <oder_chiou@realtek.com> --- include/dt-bindings/sound/rt5640.h | 1 + 1 file changed, 1 insertion(+)