Message ID | 20250208-asoc-tas2764-v1-0-dbab892a69b5@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: tas2764: Random patches from the Asahi Linux tree | expand |
On Sat, 08 Feb 2025 01:03:23 +0000, broonie@kernel.org wrote: > This is a random subset of the patches for the tas2764 driver that I > found in the Asahi Linux tree which seemed to be clear fixes and > improvements which apply easily to mainline without much effort, there's > a bunch more work on the driver that should also be applicable. > > I've only build tested this. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: tas2764: Power up/down amp on mute ops commit: 1c3b5f37409682184669457a5bdf761268eafbe5 [2/4] ASoC: tas2764: Wait for ramp-down after shutdown commit: 08a66f55f7246d477b19620a953476dfc02beefc [3/4] ASoC: tas2764: Mark SW_RESET as volatile commit: f37f1748564ac51d32f7588bd7bfc99913ccab8e [4/4] ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG commit: d64c4c3d1c578f98d70db1c5e2535b47adce9d07 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
This is a random subset of the patches for the tas2764 driver that I found in the Asahi Linux tree which seemed to be clear fixes and improvements which apply easily to mainline without much effort, there's a bunch more work on the driver that should also be applicable. I've only build tested this. Signed-off-by: Mark Brown <broonie@kernel.org> --- Hector Martin (4): ASoC: tas2764: Power up/down amp on mute ops ASoC: tas2764: Wait for ramp-down after shutdown ASoC: tas2764: Mark SW_RESET as volatile ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG sound/soc/codecs/tas2764.c | 61 +++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 30 deletions(-) --- base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b change-id: 20250207-asoc-tas2764-f128ee84f68e Best regards,