From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755923Ab0FTIo0 (ORCPT ); Sun, 20 Jun 2010 04:44:26 -0400 Received: from cantor.suse.de ([195.135.220.2]:55513 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755680Ab0FTIoW (ORCPT ); Sun, 20 Jun 2010 04:44:22 -0400 Date: Sun, 20 Jun 2010 10:44:19 +0200 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] sound fixes for 2.6.35-rc4 In-Reply-To: References: User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (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 At Tue, 15 Jun 2010 13:11:18 +0200, I wrote: > > Linus, > > please pull sound fixes for v2.6.35-rc4 from: > > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git for-linus > > So far, little surprises came for 2.6.35 in the sound area. This one includes > only a few USB audio v2-specific fixes, a regression (Oops) fix on 2.6.34, > and a quirk fix for Intel Mac. FYI, two more patches have been added to for-linus branch. The URL is same: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git for-linus The latest shortlog is below. thanks, Takashi === Alex Murray (1): ALSA: hda - Fix line-in for mb5 model MacBook (Pro) 5,1 / 5,2 Daniel Mack (4): ALSA: usb-audio: add check for faulty clock in parse_audio_format_rates_v2() ALSA: usb-audio: fix control messages for USB_RECIP_INTERFACE ALSA: usb-audio: parse UAC2 sample rate ranges correctly ALSA: usb-audio: fix UAC2 control value queries Eliot Blennerhassett (1): ALSA: asihpi - Get rid of incorrect "long" types and casts. Sudhakar Rajashekhara (1): ASoC: DaVinci: Fix McASP hardware FIFO configuration Takashi Iwai (1): ALSA: hda - Don't check capture source mixer if no ADC is available sound/pci/asihpi/hpi6205.c | 22 ++++---- sound/pci/hda/patch_realtek.c | 35 ++++++------ sound/soc/davinci/davinci-mcasp.c | 2 - sound/usb/clock.c | 12 +++-- sound/usb/format.c | 104 ++++++++++++++++++++++++++++++------- sound/usb/helper.h | 4 ++ sound/usb/mixer.c | 19 +++++-- 7 files changed, 139 insertions(+), 59 deletions(-)