linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Support for OMAP4 Digital Microphone interface
@ 2011-11-28 13:45 Peter Ujfalusi
  2011-11-28 13:45 ` [PATCH v4 1/5] OMAP4: hwmod: Add names for DMIC memory address space Peter Ujfalusi
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Peter Ujfalusi @ 2011-11-28 13:45 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood, Tony Lindgren
  Cc: alsa-devel, linux-omap, Benoit Cousson

Hello,

The following series will add support for OMAP4 DMIC interface, and enable them
on sdp4430/Blaze boards.

Changes since v3:
- dmic clk divider selection moved to hw_params phase to allow fixed rate
  configuration from machine driver init.

Changes since v2:
- Use module_platform_driver
- convert to use devm_
- Add clk_id for the output clock
- Extend the comment to explain why the driven can change the divider for 192KHz
  sampling rate.

Changes since v1:
- 192KHz rate support fixed (need to use different divider)
- Hold reference for dmic_fclk over the lifetime of the driver
- Removed the clkdiv callback, and replaced with frequency based configuration
  for the external components (dmic frequency)

Regards,
Peter
---
Peter Ujfalusi (5):
  OMAP4: hwmod: Add names for DMIC memory address space
  ASoC: OMAP4: omap-dmic: Initial support for OMAP DMIC
  OMAP4: devices: Register OMAP4 DMIC platform device
  OMAP4: board-4430sdp: Register platform device for digimic codec
  ASoC: sdp4430: Add support for digital microphones

 arch/arm/mach-omap2/board-4430sdp.c        |    6 +
 arch/arm/mach-omap2/devices.c              |   22 ++
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |    2 +
 sound/soc/omap/Kconfig                     |    5 +
 sound/soc/omap/Makefile                    |    2 +
 sound/soc/omap/omap-dmic.c                 |  549 ++++++++++++++++++++++++++++
 sound/soc/omap/omap-dmic.h                 |   69 ++++
 sound/soc/omap/sdp4430.c                   |   85 ++++-
 8 files changed, 729 insertions(+), 11 deletions(-)
 create mode 100644 sound/soc/omap/omap-dmic.c
 create mode 100644 sound/soc/omap/omap-dmic.h

-- 
1.7.8.rc3


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

end of thread, other threads:[~2012-02-02  8:32 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-28 13:45 [PATCH v4 0/5] Support for OMAP4 Digital Microphone interface Peter Ujfalusi
2011-11-28 13:45 ` [PATCH v4 1/5] OMAP4: hwmod: Add names for DMIC memory address space Peter Ujfalusi
2011-12-16  6:28   ` Paul Walmsley
2011-12-16 14:43     ` Cousson, Benoit
2011-12-19 21:51       ` Paul Walmsley
2012-01-23 11:52         ` Peter Ujfalusi
2012-01-24  8:36           ` Paul Walmsley
2012-01-24 10:01             ` Peter Ujfalusi
2012-01-25 21:23               ` Paul Walmsley
2012-02-01  7:40                 ` Peter Ujfalusi
2012-02-01 19:08                   ` Paul Walmsley
2012-02-02  8:32                     ` Peter Ujfalusi
2011-11-28 13:45 ` [PATCH v4 2/5] ASoC: OMAP4: omap-dmic: Initial support for OMAP DMIC Peter Ujfalusi
2011-11-28 17:21   ` Mark Brown
2011-11-28 13:45 ` [PATCH v4 3/5] OMAP4: devices: Register OMAP4 DMIC platform device Peter Ujfalusi
2011-12-09 21:03   ` Tony Lindgren
2011-11-28 13:45 ` [PATCH v4 4/5] OMAP4: board-4430sdp: Register platform device for digimic codec Peter Ujfalusi
2011-11-28 13:45 ` [PATCH v4 5/5] ASoC: sdp4430: Add support for digital microphones Peter Ujfalusi
2011-11-28 17:22   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).