From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [GIT PULL] ASoC updates for 2.6.35 Date: Wed, 19 May 2010 18:31:10 +0200 Message-ID: References: <1274285758.3240.189.camel@odin> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 1C6E210396E for ; Wed, 19 May 2010 18:31:11 +0200 (CEST) In-Reply-To: <1274285758.3240.189.camel@odin> 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: Liam Girdwood Cc: alsa-devel , Mark Brown List-Id: alsa-devel@alsa-project.org At Wed, 19 May 2010 17:15:58 +0100, Liam Girdwood wrote: > > Hi Takashi, > > The last one for 2.6.35 :) Pulled now. Thanks. Takashi > > Thanks > > Liam > > ---- > > The following changes since commit 2d4cdd6fc974716555fcbaf7ec1d4dda22784c1b: > Peter Ujfalusi (1): > ASoC: tlv320dac33: Avoid powering off while in BIAS_OFF > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.35 > > Jarkko Nikula (1): > ASoC: tpa6130a2: Define output pins with SND_SOC_DAPM_OUTPUT > > Jorge Eduardo Candelaria (2): > ASoC: SDP4430: Add support for Earphone speaker > ASoC: TWL6040: Enable earphone path in codec > > Liam Girdwood (1): > ASoC: sdp4430 - add sdp4430 pcm ops to DAI. > > Misael Lopez Cruz (1): > ASoC: SDP4430: Add sdp4430 machine driver > > sound/soc/codecs/tpa6130a2.c | 4 +- > sound/soc/codecs/twl6040.c | 21 ++++- > sound/soc/omap/Kconfig | 9 ++ > sound/soc/omap/Makefile | 2 + > sound/soc/omap/sdp4430.c | 233 ++++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 266 insertions(+), 3 deletions(-) > create mode 100644 sound/soc/omap/sdp4430.c > >