Message ID | 20230804114749.215460-1-wangweidong.a@awinic.com |
---|---|
Headers | show |
Series | ASoC: codecs: Add awinic AW88261 audio amplifier driver | expand |
On Fri, 04 Aug 2023 19:47:46 +0800, wangweidong.a@awinic.com wrote: > The awinic AW88261 is an I2S/TDM input, high efficiency > digital Smart K audio amplifier > > v3 -> v4: Modify the dev_err_probe usage > Changed the use of sizeof in kzalloc > Changed the function name > Merge aw88261_device.c into aw88261.c > > [...] 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,aw88261" commit: 517d52ae5cf75d55970345ece4f6743abdf4620f [2/3] ASoC: codecs: Add code for bin parsing compatible with aw88261 commit: 7f4ec77802aa17518990ed954bf536fd3bcf25cb [3/3] ASoC: codecs: Add aw88261 amplifier driver commit: 028a2ae256916eeae1040049d2d0129535ace60e 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
From: Weidong Wang <wangweidong.a@awinic.com> The awinic AW88261 is an I2S/TDM input, high efficiency digital Smart K audio amplifier v3 -> v4: Modify the dev_err_probe usage Changed the use of sizeof in kzalloc Changed the function name Merge aw88261_device.c into aw88261.c Weidong Wang (3): ASoC: dt-bindings: Add schema for "awinic,aw88261" ASoC: codecs: Add code for bin parsing compatible with aw88261 ASoC: codecs: Add aw88261 amplifier driver .../bindings/sound/awinic,aw88395.yaml | 4 +- sound/soc/codecs/Kconfig | 15 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/aw88261.c | 1298 +++++++++++++++++ sound/soc/codecs/aw88261.h | 459 ++++++ sound/soc/codecs/aw88395/aw88395_lib.c | 193 ++- sound/soc/codecs/aw88395/aw88395_reg.h | 1 + 7 files changed, 1954 insertions(+), 18 deletions(-) create mode 100644 sound/soc/codecs/aw88261.c create mode 100644 sound/soc/codecs/aw88261.h base-commit: c1a515d3c0270628df8ae5f5118ba859b85464a2