Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1236129
| From | Peter Ujfalusi <peter.ujfalusi@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V1 0/6] ASoC: tlv320aic26: Add device tree support and bug fixes |
| Date | 2015-09-30 12:50 +0200 |
| Message-ID | <qen7s-2yO-29@gated-at.bofh.it> (permalink) |
| References | <qaait-4Bi-3@gated-at.bofh.it> <qcG4y-176-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 09/25/2015 09:30 PM, Cormier, Jonathan wrote: > Hi, > > The following patches were created to get the tlv320aic26 working on our AM335x > SoM. > > This patch series relies on commit 93d0ad8f374c > "ASoC: tlv320aic26: Convert to params_width()" for proper operation. > > Changes since RFC: > - Removed the unecessary "#if defined(CONFIG_OF)" > - Dropped the DSP_B patch All: Reviewed-by: Peter Ujfalusi <peter.ujfalusi@ti.com> > Thanks > -Jonathan > > Cormier, Jonathan (6): > ASoC: tlv320aic26: Add device tree binding > ASoC: tlv320aic26: Fix module autoload > ASoC: tlv320aic26: Make SND_SOC_TLV320AIC26 user-visible > ASoC: tlv320aic26: Fix regmap by setting reg_defaults and reg_stride > ASoC: tlv320aic26: hw_params was unintentionally clearing AIC26 master > mode > ASoC: tlv320aic26: Change Capture Mute to Capture Switch to match alsa > documentation. > > .../devicetree/bindings/sound/tlv320aic26.txt | 65 ++++++++++++++++++++++ > sound/soc/codecs/Kconfig | 2 +- > sound/soc/codecs/tlv320aic26.c | 55 ++++++++++++++++-- > 3 files changed, 115 insertions(+), 7 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/tlv320aic26.txt > -- Péter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH V1 0/6] ASoC: tlv320aic26: Add device tree support and bug fixes "Cormier, Jonathan" <jcormier@criticallink.com> - 2015-09-25 20:40 +0200 [PATCH V1 1/6] ASoC: tlv320aic26: Add device tree binding "Cormier, Jonathan" <jcormier@criticallink.com> - 2015-09-25 20:40 +0200 [PATCH V1 6/6] ASoC: tlv320aic26: Change Capture Mute to Capture Switch to match alsa documentation. "Cormier, Jonathan" <jcormier@criticallink.com> - 2015-09-25 20:40 +0200 [PATCH V1 5/6] ASoC: tlv320aic26: hw_params was unintentionally clearing AIC26 master mode "Cormier, Jonathan" <jcormier@criticallink.com> - 2015-09-25 20:40 +0200 [PATCH V1 2/6] ASoC: tlv320aic26: Fix module autoload "Cormier, Jonathan" <jcormier@criticallink.com> - 2015-09-25 20:40 +0200 [PATCH V1 3/6] ASoC: tlv320aic26: Make SND_SOC_TLV320AIC26 user-visible "Cormier, Jonathan" <jcormier@criticallink.com> - 2015-09-25 20:40 +0200 [PATCH V1 4/6] ASoC: tlv320aic26: Fix regmap by setting reg_defaults and reg_stride "Cormier, Jonathan" <jcormier@criticallink.com> - 2015-09-25 20:40 +0200 Re: [PATCH V1 0/6] ASoC: tlv320aic26: Add device tree support and bug fixes Peter Ujfalusi <peter.ujfalusi@ti.com> - 2015-09-30 12:50 +0200
csiph-web