All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: add support for TAS5805M digital amplifier
@ 2022-01-11  0:11 ` Daniel Beer
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Beer @ 2022-01-11  0:11 UTC (permalink / raw)
  To: alsa-devel, devicetree
  Cc: linux-kernel, Andy Liu, Daniel Beer, Derek Simkowiak, Mark Brown,
	Rob Herring, Liam Girdwood

This pair of patches implements support for the TAS5805M class D audio
amplifier. This driver, and the example configuration in the device-tree
file, were originally based on a 4.19 series kernel and have been
modified very slightly from the tested version (digital_mute has been
replaced with mute_stream, and the new IS_ENABLED macro is used).

Daniel Beer (2):
  ASoC: add support for TAS5805M digital amplifier
  ASoC: dt-bindings: add bindings for TI TAS5805M.

 .../devicetree/bindings/sound/tas5805m.yaml   | 201 +++++++
 sound/soc/codecs/Kconfig                      |   9 +
 sound/soc/codecs/Makefile                     |   2 +
 sound/soc/codecs/tas5805m.c                   | 534 ++++++++++++++++++
 4 files changed, 746 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/tas5805m.yaml
 create mode 100644 sound/soc/codecs/tas5805m.c

-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 0/2] ASoC: add support for TAS5805M digital amplifier
@ 2022-01-11  0:11 ` Daniel Beer
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Beer @ 2022-01-11  0:11 UTC (permalink / raw)
  To: alsa-devel, devicetree
  Cc: Daniel Beer, linux-kernel, Rob Herring, Liam Girdwood, Andy Liu,
	Mark Brown, Derek Simkowiak

This pair of patches implements support for the TAS5805M class D audio
amplifier. This driver, and the example configuration in the device-tree
file, were originally based on a 4.19 series kernel and have been
modified very slightly from the tested version (digital_mute has been
replaced with mute_stream, and the new IS_ENABLED macro is used).

Daniel Beer (2):
  ASoC: add support for TAS5805M digital amplifier
  ASoC: dt-bindings: add bindings for TI TAS5805M.

 .../devicetree/bindings/sound/tas5805m.yaml   | 201 +++++++
 sound/soc/codecs/Kconfig                      |   9 +
 sound/soc/codecs/Makefile                     |   2 +
 sound/soc/codecs/tas5805m.c                   | 534 ++++++++++++++++++
 4 files changed, 746 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/tas5805m.yaml
 create mode 100644 sound/soc/codecs/tas5805m.c

-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-11 16:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11  0:11 [PATCH 0/2] ASoC: add support for TAS5805M digital amplifier Daniel Beer
2022-01-11  0:11 ` Daniel Beer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.