All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] ASoC Support For Moorestown
@ 2011-05-06  5:45 Lu Guanqun
  2011-05-06  5:46 ` [PATCH v2 01/10] ASoC: upd9976: Add Renesas uPD9976 codec driver Lu Guanqun
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Lu Guanqun @ 2011-05-06  5:45 UTC (permalink / raw)
  To: ALSA, Lu Guanqun
  Cc: Takashi Iwai, Koul Vinod, Mark Brown, Liam Girdwood, Wang Xingchao

This series of patches provides the ASoC implementation of moorestown audio.

This series adds a new codec called upd9976 and a new machine driver called
mrst_machine.  The platform driver is mostly re-used.

With this patchset, it can do:
 - playback via headphone
 - playback via internal speaker
 - capture via DMIC
 - capture via headset microphone
 - jack detection

v2:
 - change pr_err to dev_err
 - change DAPM widgets' name (adding correct suffix)
 - change to data based init of controls, widgets and route in machine driver
 - add Master Volume
 - change original "HP & Spker Mixer Volume" to "PCM Volume"
 - squash some patches into one, resulting in less number of patches
 - move jack handling from machine driver to codec driver
 - in codec probe, set the bias level to standby instead of off

Thanks for all the reviewers:
 - Mark Brown
 - Dimitris Papastamos
 - Takashi Iwai
 - Koul Vinod

Any more comments are welcome. :)

---

Lu Guanqun (8):
      ASoC: upd9976: Add Renesas uPD9976 codec driver
      ASoC: mrst_machine: add moorestown machine driver
      ASoC: upd9976: add DMIC support
      ASoC: upd9976: add Analog MIC support
      ASoC: upd9976: add jack detection function
      ASoC: mrst_machine: add capture functionality
      ASoC: mrst_machine: add jack detection support
      ASoC: mrst_machine: add initial config to machine driver

Wang Xingchao (2):
      ASoC: sst_platform: modify current cpu dai driver to suit the needs for moorestown platform
      ASoC: upd9976: add capture ability for dai driver


 sound/soc/codecs/Kconfig         |    4 
 sound/soc/codecs/Makefile        |    2 
 sound/soc/codecs/upd9976.c       |  697 ++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/upd9976.h       |   87 +++++
 sound/soc/mid-x86/Kconfig        |   12 +
 sound/soc/mid-x86/Makefile       |    2 
 sound/soc/mid-x86/mrst_machine.c |  228 ++++++++++++
 sound/soc/mid-x86/sst_platform.c |   13 -
 8 files changed, 1041 insertions(+), 4 deletions(-)
 create mode 100644 sound/soc/codecs/upd9976.c
 create mode 100644 sound/soc/codecs/upd9976.h
 create mode 100644 sound/soc/mid-x86/mrst_machine.c

-- 
guanqun

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

end of thread, other threads:[~2011-05-07 14:44 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-06  5:45 [PATCH v2 00/10] ASoC Support For Moorestown Lu Guanqun
2011-05-06  5:46 ` [PATCH v2 01/10] ASoC: upd9976: Add Renesas uPD9976 codec driver Lu Guanqun
2011-05-06 10:17   ` Mark Brown
2011-05-07 14:21     ` Lu Guanqun
2011-05-07 14:27       ` Mark Brown
2011-05-07 14:43         ` Lu Guanqun
2011-05-06  5:46 ` [PATCH v2 02/10] ASoC: sst_platform: modify current cpu dai driver to suit the needs for moorestown platform Lu Guanqun
2011-05-06  5:46 ` [PATCH v2 03/10] ASoC: mrst_machine: add moorestown machine driver Lu Guanqun
2011-05-06  5:46 ` [PATCH v2 04/10] ASoC: upd9976: add capture ability for dai driver Lu Guanqun
2011-05-06  5:46 ` [PATCH v2 05/10] ASoC: upd9976: add DMIC support Lu Guanqun
2011-05-06 11:07   ` Mark Brown
2011-05-06  5:46 ` [PATCH v2 06/10] ASoC: upd9976: add Analog MIC support Lu Guanqun
2011-05-06  5:46 ` [PATCH v2 07/10] ASoC: upd9976: add jack detection function Lu Guanqun
2011-05-06 12:53   ` Mark Brown
2011-05-06  5:46 ` [PATCH v2 08/10] ASoC: mrst_machine: add capture functionality Lu Guanqun
2011-05-06  5:46 ` [PATCH v2 09/10] ASoC: mrst_machine: add jack detection support Lu Guanqun
2011-05-06  5:46 ` [PATCH v2 10/10] ASoC: mrst_machine: add initial config to machine driver Lu Guanqun
2011-05-06 12:54   ` 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.