Message ID | 20210503031732.22035-1-derek.fang@realtek.com (mailing list archive) |
---|---|
State | Accepted |
Commit | b63ecaea97aac3020be0e5736253e88cefbc950b |
Headers | show |
Series | ASoC: rt1019: Add non_legacy_dai_naming config | expand |
On Mon, 3 May 2021 11:17:32 +0800, derek.fang@realtek.com wrote: > Register the codec dai name as 'rt1019-aif' by adding > non_legacy_dai_naming configuration. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: rt1019: Add non_legacy_dai_naming config commit: b63ecaea97aac3020be0e5736253e88cefbc950b 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/codecs/rt1019.c b/sound/soc/codecs/rt1019.c index 10656a5927f1..2687ae60fd36 100644 --- a/sound/soc/codecs/rt1019.c +++ b/sound/soc/codecs/rt1019.c @@ -522,6 +522,7 @@ static const struct snd_soc_component_driver soc_component_dev_rt1019 = { .num_dapm_widgets = ARRAY_SIZE(rt1019_dapm_widgets), .dapm_routes = rt1019_dapm_routes, .num_dapm_routes = ARRAY_SIZE(rt1019_dapm_routes), + .non_legacy_dai_naming = 1, }; static const struct regmap_config rt1019_regmap = {