From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: ASoC updates for 2.6.35 Date: Tue, 16 Mar 2010 16:15:42 +0000 Message-ID: <20100316161542.GA1163@rakim.wolfsonmicro.main> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 3494024498 for ; Tue, 16 Mar 2010 17:15:44 +0100 (CET) Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Takashi Iwai Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org The following changes since commit 75581d2459d3e6e5e796a42b362e4abb612bc958: Peter Ujfalusi (1): ASoC: OMAP3: Report delay caused by the internal FIFO are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.35 Pretty much all of which is the first bit of some improvements to ASoC jack detection, including implementation in some drivers. Mark Brown (9): ASoC: Remove version display from WM8750 ASoC: Remove unused 'muted' flag from DAPM widgets ASoC: Allow pins to be force enabled ASoC: Add GPIO configuration support for WM8903 ASoC: Initial WM8903 microphone bias and short detection ASoC: Add WM8903 interrupt support ASoC: Implement interrupt driven microphone detection for WM8903 ASoC: Allow configuration of WM8904 GPIO pin functions ASoC: Support GPIO based microphone detection for WM8904 include/sound/soc-dapm.h | 4 +- include/sound/wm8903.h | 249 +++++++++++++++++++++++++++++++++++++++++++++ include/sound/wm8904.h | 110 +++++++++++++++++++- sound/soc/codecs/wm8750.c | 3 - sound/soc/codecs/wm8903.c | 201 ++++++++++++++++++++++++++++++++++--- sound/soc/codecs/wm8903.h | 221 +--------------------------------------- sound/soc/codecs/wm8904.c | 17 +++ sound/soc/codecs/wm8904.h | 97 ------------------ sound/soc/soc-dapm.c | 35 ++++++- 9 files changed, 603 insertions(+), 334 deletions(-) create mode 100644 include/sound/wm8903.h