Message ID | 20211211231146.6137-1-digetx@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | d341b427c3c3fd6a58263ce01e01700d16861c28 |
Headers | show |
Series | [v1,1/2] ASoC: tegra: Add DAPM switches for headphones and mic jack | expand |
On Sun, 12 Dec 2021 02:11:45 +0300, Dmitry Osipenko wrote: > UCM of Acer Chromebook (Nyan) uses DAPM switches of headphones and mic > jack. These switches were lost by accident during unification of the > machine drivers, restore them. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-linus Thanks! [1/2] ASoC: tegra: Add DAPM switches for headphones and mic jack commit: d341b427c3c3fd6a58263ce01e01700d16861c28 [2/2] ASoC: tegra: Restore headphones jack name on Nyan Big commit: db635ba4fadf3ba676d07537f3b3f58166aa7b0e 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/sound/soc/tegra/tegra_asoc_machine.c b/sound/soc/tegra/tegra_asoc_machine.c index b95438c3dbf7..f3e86bd714b4 100644 --- a/sound/soc/tegra/tegra_asoc_machine.c +++ b/sound/soc/tegra/tegra_asoc_machine.c @@ -116,6 +116,8 @@ static const struct snd_kcontrol_new tegra_machine_controls[] = { SOC_DAPM_PIN_SWITCH("Headset Mic"), SOC_DAPM_PIN_SWITCH("Internal Mic 1"), SOC_DAPM_PIN_SWITCH("Internal Mic 2"), + SOC_DAPM_PIN_SWITCH("Headphones"), + SOC_DAPM_PIN_SWITCH("Mic Jack"), }; int tegra_asoc_machine_init(struct snd_soc_pcm_runtime *rtd)