From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757644Ab3BFSiq (ORCPT ); Wed, 6 Feb 2013 13:38:46 -0500 Received: from cantor2.suse.de ([195.135.220.15]:54189 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755382Ab3BFSip (ORCPT ); Wed, 6 Feb 2013 13:38:45 -0500 Date: Wed, 06 Feb 2013 19:38:43 +0100 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Mark Brown , Liam Girdwood , linux-kernel@vger.kernel.org Subject: [GIT PULL] Sound fixes for 3.8-rc7 User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit 9ddf1aeb2134e72275c97a2c6ff2e3eb04f2f27a: ALSA: hda - Fix non-snoop page handling (2013-01-29 18:18:00 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.8 for you to fetch changes up to 6baa4afa04a79d3a12558401cee0e39004ffcbcf: Merge branch 'fix/fsl' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus-uncursed (2013-02-06 15:49:07 +0100) ---------------------------------------------------------------- Sound fixes for 3.8-rc7 Just a couple of build regression fixes for ASoC fsl stuff. It doesn't look too trivial, but neither intrusive, so hopefully I can avoid your curse... ---------------------------------------------------------------- Shawn Guo (2): Revert "ASoC: fsl: fix multiple definition of init_module" ASoC: fsl: fix snd-soc-imx-pcm module build Takashi Iwai (1): Merge branch 'fix/fsl' of git://git.kernel.org/.../broonie/sound into for-linus-uncursed sound/soc/fsl/Kconfig | 9 +++++++-- sound/soc/fsl/Makefile | 5 +---- sound/soc/fsl/imx-pcm-dma.c | 21 +-------------------- sound/soc/fsl/imx-pcm-fiq.c | 22 +--------------------- sound/soc/fsl/imx-pcm.c | 35 +++++++++++++++++++++++++++++++++++ sound/soc/fsl/imx-pcm.h | 18 ++++++++++++++++++ 6 files changed, 63 insertions(+), 47 deletions(-)