Message ID | 20250409-loongson1-ac97-v2-0-65d5db96a046@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for Loongson-1 AC97 | expand |
On Wed, 09 Apr 2025 18:29:30 +0800, Keguang Zhang wrote: > Add the driver and dt-binding document for Loongson-1 AC97. > Add the dt-binding document for Realtek ALC203 Codec. > Add DT support for the AC97 generic codec driver. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: dt-bindings: Add Loongson-1 AC97 Controller commit: d60007fc9b739d939d5b6148c25805f206c836f9 [2/4] ASoC: dt-bindings: Add Realtek ALC203 Codec commit: 0142b45000457b9d112d40d5685d0898e51ed52f [3/4] ASoC: loongson: Add Loongson-1 AC97 Driver commit: 1fc55a2baef5289c9535ce10a4f5f37664ce854a [4/4] ASoC: ac97: Add DT support commit: 436a3cc8afbf34bb68166c2c5c19ca5113c0c756 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
Add the driver and dt-binding document for Loongson-1 AC97. Add the dt-binding document for Realtek ALC203 Codec. Add DT support for the AC97 generic codec driver. Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com> --- Changes in v2: - Added a reference to dai-common.yaml in realtek,alc203.yaml. - Return -EINVAL when 'audio-tx' or 'audio-rx' is absent from reg-names. - Link to v1: https://lore.kernel.org/r/20250115-loongson1-ac97-v1-0-2087b04dcd7f@gmail.com --- Keguang Zhang (4): ASoC: dt-bindings: Add Loongson-1 AC97 Controller ASoC: dt-bindings: Add Realtek ALC203 Codec ASoC: loongson: Add Loongson-1 AC97 Driver ASoC: ac97: Add DT support .../bindings/sound/loongson,ls1b-ac97.yaml | 68 ++++ .../devicetree/bindings/sound/realtek,alc203.yaml | 36 ++ MAINTAINERS | 1 + sound/soc/codecs/ac97.c | 10 + sound/soc/loongson/Kconfig | 10 + sound/soc/loongson/Makefile | 2 + sound/soc/loongson/loongson1_ac97.c | 398 +++++++++++++++++++++ 7 files changed, 525 insertions(+) --- base-commit: 46086739de22d72319e37c37a134d32db52e1c5c change-id: 20250115-loongson1-ac97-389daeec55e3 Best regards,