Linus, The following changes since commit c64064ce9376a404e0888ca4a2985c8a4c16cec3:
Merge tag 'asoc-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus (2012-10-25 21:20:36 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.7 for you to fetch changes up to 16c2e1fae8d60a9d6d16e009a76ba3472568e094: ALSA: ice1724: Fix rate setup after resume (2012-10-31 07:41:42 +0100) ---------------------------------------------------------------- Sound fixes for 3.7-rc4 This contains unexpectedly many changes in a wide range due to the fixes for races at disconnection of USB audio devices. In the end, we end up covering fairly core parts of sound subsystem. Other than that, just a few usual small fixes. ---------------------------------------------------------------- Gustavo Maciel Dias Vieira (1): ALSA: hda - Fix mute-LED setup for HP dv5 laptop Peter Ujfalusi (1): ASoC: omap-dmic: Correct functional clock name Takashi Iwai (8): Merge tag 'asoc-3.7' of git://git.kernel.org/.../broonie/sound into for-linus ALSA: PCM: Fix some races at disconnection ALSA: usb-audio: Fix races at disconnection ALSA: usb-audio: Use rwsem for disconnect protection ALSA: usb-audio: Fix races at disconnection in mixer_quirks.c ALSA: Add a reference counter to card instance ALSA: Avoid endless sleep after disconnect ALSA: ice1724: Fix rate setup after resume Tony Lindgren (1): ASoC: zoom2: Fix compile error by including correct header files include/sound/core.h | 3 ++ sound/core/compress_offload.c | 9 ++++-- sound/core/control.c | 5 ++++ sound/core/hwdep.c | 12 +++++++- sound/core/init.c | 50 +++++++++++++++++++------------- sound/core/oss/mixer_oss.c | 10 +++++-- sound/core/oss/pcm_oss.c | 6 ++++ sound/core/pcm.c | 13 +++++++-- sound/core/pcm_native.c | 33 +++++++++++++++++---- sound/core/rawmidi.c | 26 ++++++++++++++++- sound/core/sound.c | 11 +++++-- sound/core/sound_oss.c | 10 +++++-- sound/pci/hda/patch_sigmatel.c | 2 ++ sound/pci/ice1712/ice1724.c | 7 ++++- sound/soc/omap/omap-dmic.c | 4 +-- sound/soc/omap/zoom2.c | 5 ++-- sound/usb/card.c | 12 +++++--- sound/usb/card.h | 1 + sound/usb/mixer.c | 65 ++++++++++++++++++++++++++++-------------- sound/usb/mixer_quirks.c | 58 ++++++++++++++++++++++++++++++++----- sound/usb/pcm.c | 53 ++++++++++++++++++++++------------ sound/usb/proc.c | 4 +-- sound/usb/stream.c | 1 + sound/usb/usbaudio.h | 2 +- 24 files changed, 303 insertions(+), 99 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/