Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1594399
| From | Jerome Brunet <jbrunet@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/3] ASoC: add dio2125 amplifier support |
| Date | 2017-03-07 17:30 +0100 |
| Message-ID | <tiq9P-1Dp-5@gated-at.bofh.it> (permalink) |
| References | <ti5oK-3Ar-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Mark, In this series, you applied patch 2 and 3 but not patch 1. (so the dioo prefix is used but not documented) Is it on purpose ? The patch does not have the "ASoC" prefix, this maybe why it was missed. Since, the file does no belong to alsa, I wasn't sure whether to put the prefix or not. Regards Jerome On Mon, 2017-03-06 at 18:44 +0100, Jerome Brunet wrote: > This patchset adds the support for the dio2125 from Dioo > microcircuits. > The dio2125 is audio driver with adjustable gain. The EN pad allows > to > enable or disable the outputs of the driver. > > The link to the datasheet is not provided as part of the commit. It > is not > provided the manufacturer and it is doubtful it will still be > available a > few years from now. Still provided here in case anyone is interested > [0]. > > This patchset has been tested on Amlogic's meson-gxbb-p200 board. > > [0]: http://www.winine.com/Line%E9%9F%B3/DIO2125XM10%20V1.0.pdf > > Jerome Brunet (3): > dt-bindings: add vendor prefix for Dioo > ASoC: dio2125: add dio2125 amp driver > ASoC: dio2125: add dt-bindings > > .../devicetree/bindings/sound/dioo,dio2125.txt | 12 +++ > .../devicetree/bindings/vendor-prefixes.txt | 1 + > sound/soc/codecs/Kconfig | 5 + > sound/soc/codecs/Makefile | 2 + > sound/soc/codecs/dio2125.c | 120 > +++++++++++++++++++++ > 5 files changed, 140 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/sound/dioo,dio2125.txt > create mode 100644 sound/soc/codecs/dio2125.c >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] ASoC: add dio2125 amplifier support Jerome Brunet <jbrunet@baylibre.com> - 2017-03-06 20:00 +0100
[PATCH 1/3] dt-bindings: add vendor prefix for Dioo Jerome Brunet <jbrunet@baylibre.com> - 2017-03-06 20:00 +0100
[PATCH 3/3] ASoC: dio2125: add dt-bindings Jerome Brunet <jbrunet@baylibre.com> - 2017-03-06 20:50 +0100
Applied "ASoC: dio2125: add dt-bindings" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-03-07 14:10 +0100
Re: [PATCH 0/3] ASoC: add dio2125 amplifier support Jerome Brunet <jbrunet@baylibre.com> - 2017-03-07 17:30 +0100
Re: [PATCH 0/3] ASoC: add dio2125 amplifier support Mark Brown <broonie@kernel.org> - 2017-03-08 12:00 +0100
csiph-web