mbox series

[v3,0/2] ASoC: meson: add internal DAC support

Message ID 20200219173503.1112561-1-jbrunet@baylibre.com (mailing list archive)
Headers show
Series ASoC: meson: add internal DAC support | expand

Message

Jerome Brunet Feb. 19, 2020, 5:35 p.m. UTC
This patchset adds support for the internal audio DAC provided on the
Amlogic gxl, g12a and sm1 SoC families. On each of these SoC families,
there is glue between this codec on the audio provider. The architecture
is similar to the one used for the synopsys hdmi codec on these SoCs

Changes since v2 [1]:
* Fix Mute kcontrol name

Changes since v1 [0]:
* Change some kcontrol names
* Move DAC sources to DAPM

[0]: https://lore.kernel.org/r/20200219133646.1035506-1-jbrunet@baylibre.com
[1]: https://lore.kernel.org/r/20200219161625.1078051-1-jbrunet@baylibre.com

Jerome Brunet (2):
  ASoC: meson: add t9015 internal codec binding documentation
  ASoC: meson: add t9015 internal DAC driver

 .../bindings/sound/amlogic,t9015.yaml         |  58 +++
 sound/soc/meson/Kconfig                       |   8 +
 sound/soc/meson/Makefile                      |   2 +
 sound/soc/meson/t9015.c                       | 333 ++++++++++++++++++
 4 files changed, 401 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/amlogic,t9015.yaml
 create mode 100644 sound/soc/meson/t9015.c

Comments

patchwork-bot+linux-amlogic@kernel.org April 16, 2020, 4:08 p.m. UTC | #1
Hello:

This series was applied to khilman/linux-amlogic.git (refs/heads/for-next).

On Wed, 19 Feb 2020 18:35:01 +0100 you wrote:
> This patchset adds support for the internal audio DAC provided on the
> Amlogic gxl, g12a and sm1 SoC families. On each of these SoC families,
> there is glue between this codec on the audio provider. The architecture
> is similar to the one used for the synopsys hdmi codec on these SoCs
> 
> Changes since v2 [1]:
> * Fix Mute kcontrol name
> 
> [...]


Here is a summary with links:
  - [v3,1/2] ASoC: meson: add t9015 internal codec binding documentation
    https://git.kernel.org/khilman/linux-amlogic/c/5c36abcd2621adc3d50d05628f0ef0be6e7840a9
  - [v3,2/2] ASoC: meson: add t9015 internal DAC driver
    https://git.kernel.org/khilman/linux-amlogic/c/33901f5b9b16d212ee58865e9e8e80fc813f12da

You are awesome, thank you!