All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] DT support for N900 soundcard (rx51-audio)
@ 2014-04-05 21:35 Sebastian Reichel
  2014-04-05 21:35 ` [PATCH 1/5] ASoC: omap: rx51: Use devm_snd_soc_register_card Sebastian Reichel
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Sebastian Reichel @ 2014-04-05 21:35 UTC (permalink / raw)
  To: Sebastian Reichel, Mark Brown, Peter Ujfalusi
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Tony Lindgren, Liam Girdwood, Jarkko Nikula, devicetree,
	linux-kernel, linux-omap, alsa-devel, Sebastian Reichel

Hi,

This patchset adds DT support in rx51-audio. I tested it on my
Nokia N900 and was able to play a wav file using aplay. I have
not tested the whole functionality, but output via speakers,
headphones and the related enable controls seem to work.

The patches can be applied cleanly to torvalds/linux.git:master
and broonie/sound.git:for-next.

-- Sebastian

Pali Rohár (1):
  ASoC: omap: rx51: Use devm_snd_soc_register_card

Sebastian Reichel (4):
  ASoC: Allow Aux Codecs to be specified using DT
  ASoC: RX-51: Add DT support to sound driver
  ASoC: RX-51: Convert to table based DAPM setup
  ASoC: tlv320aic3x: fix shared reset pin for DT

 .../devicetree/bindings/sound/nokia,rx51.txt       |  27 +++
 include/sound/rx51.h                               |  18 ++
 include/sound/soc.h                                |  13 +-
 sound/soc/codecs/tlv320aic3x.c                     |   9 +-
 sound/soc/omap/omap-mcbsp.c                        |   5 +-
 sound/soc/omap/omap-mcbsp.h                        |   2 +-
 sound/soc/omap/rx51.c                              | 248 +++++++++++++--------
 sound/soc/soc-core.c                               |  68 +++---
 8 files changed, 266 insertions(+), 124 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/nokia,rx51.txt
 create mode 100644 include/sound/rx51.h

-- 
1.9.1


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

end of thread, other threads:[~2014-04-15 13:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-05 21:35 [PATCH 0/5] DT support for N900 soundcard (rx51-audio) Sebastian Reichel
2014-04-05 21:35 ` [PATCH 1/5] ASoC: omap: rx51: Use devm_snd_soc_register_card Sebastian Reichel
2014-04-15 12:20   ` Mark Brown
2014-04-15 12:20     ` Mark Brown
2014-04-15 13:39   ` [alsa-devel] " Rajeev kumar
2014-04-15 13:39     ` Rajeev kumar
2014-04-05 21:35 ` [PATCH 2/5] ASoC: Allow Aux Codecs to be specified using DT Sebastian Reichel
2014-04-15 12:14   ` Mark Brown
2014-04-15 12:14     ` Mark Brown
2014-04-05 21:35 ` [PATCH 3/5] ASoC: RX-51: Add DT support to sound driver Sebastian Reichel
2014-04-15 12:34   ` Mark Brown
2014-04-15 12:34     ` Mark Brown
2014-04-05 21:35 ` [PATCH 4/5] ASoC: RX-51: Convert to table based DAPM setup Sebastian Reichel
2014-04-15 12:23   ` Mark Brown
2014-04-05 21:35 ` [PATCH 5/5] ASoC: tlv320aic3x: fix shared reset pin for DT Sebastian Reichel
2014-04-15 12:24   ` Mark Brown

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.