Message ID | 20231025112625.959587-1-wangweidong.a@awinic.com (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: codecs: Add aw88399 amplifier driver | expand |
On Wed, 25 Oct 2023 19:26:22 +0800, wangweidong.a@awinic.com wrote: > Add the awinic,aw88399 property to the awinic,aw88395.yaml file. > > Add i2c and amplifier registration for > aw88399 and their associated operation functions. > > v2 -> v3: Generate patch based against for-6.7 of sound tree > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/3] ASoC: dt-bindings: Add schema for "awinic,aw88399" commit: debd9fa7bf17251c44a01ac1536d97566df45ca6 [2/3] ASoC: codecs: Add code for bin parsing compatible with aw88399 commit: 725f3b967a507c515c5b14b4103840d22c217ef7 [3/3] ASoC: codecs: Add aw88399 amplifier driver commit: 926f192f005fe957ea1bfe4635af10219ba363a2 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
On 25.10.2023 13:26, wangweidong.a@awinic.com wrote: > From: Weidong Wang <wangweidong.a@awinic.com> > > Add the awinic,aw88399 property to the awinic,aw88395.yaml file. > > Add i2c and amplifier registration for > aw88399 and their associated operation functions. Hi! Just out of interest, do you folks have any plans to add support for CHIP_ID 0x1852? Konrad
From: Weidong Wang <wangweidong.a@awinic.com> Add the awinic,aw88399 property to the awinic,aw88395.yaml file. Add i2c and amplifier registration for aw88399 and their associated operation functions. v2 -> v3: Generate patch based against for-6.7 of sound tree Weidong Wang (3): ASoC: dt-bindings: Add schema for "awinic,aw88399" ASoC: codecs: Add code for bin parsing compatible with aw88399 ASoC: codecs: Add aw88399 amplifier driver .../bindings/sound/awinic,aw88395.yaml | 1 + sound/soc/codecs/Kconfig | 14 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/aw88395/aw88395_lib.c | 3 + sound/soc/codecs/aw88395/aw88395_reg.h | 1 + sound/soc/codecs/aw88399.c | 1911 +++++++++++++++++ sound/soc/codecs/aw88399.h | 599 ++++++ 7 files changed, 2531 insertions(+) create mode 100644 sound/soc/codecs/aw88399.c create mode 100644 sound/soc/codecs/aw88399.h base-commit: 3edc85e3bfcb411da6e48a38e8de578f9fd71340