Message ID | 20200617155047.1187256-1-jbrunet@baylibre.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | e50186e1dae67e070d4725b1f0b35b131969141d |
Headers | show |
Series | ASoC: meson: imply acodec glue on axg sound card | expand |
On Wed, 17 Jun 2020 17:50:47 +0200, Jerome Brunet wrote: > When axg card driver support is enabled, lets enable the related > internal DAC glue by default. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: meson: imply acodec glue on axg sound card commit: e50186e1dae67e070d4725b1f0b35b131969141d 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
Hello: This patch was applied to khilman/linux-amlogic.git (refs/heads/for-next). On Wed, 17 Jun 2020 17:50:47 +0200 you wrote: > When axg card driver support is enabled, lets enable the related > internal DAC glue by default. > > Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> > --- > sound/soc/meson/Kconfig | 1 + > 1 file changed, 1 insertion(+) Here is a summary with links: - ASoC: meson: imply acodec glue on axg sound card https://git.kernel.org/khilman/linux-amlogic/c/e50186e1dae67e070d4725b1f0b35b131969141d You are awesome, thank you!
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index 8b6295283989..363dc3b1bbe4 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -68,6 +68,7 @@ config SND_MESON_AXG_SOUND_CARD imply SND_MESON_AXG_SPDIFOUT imply SND_MESON_AXG_SPDIFIN imply SND_MESON_AXG_PDM + imply SND_MESON_G12A_TOACODEC imply SND_MESON_G12A_TOHDMITX if DRM_MESON_DW_HDMI help Select Y or M to add support for the AXG SoC sound card
When axg card driver support is enabled, lets enable the related internal DAC glue by default. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> --- sound/soc/meson/Kconfig | 1 + 1 file changed, 1 insertion(+)