From: Takashi Iwai <tiwai@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
perex@perex.cz, linux-kernel@vger.kernel.org
Subject: [GIT PULL] sound updates for 2.6.30
Date: Tue, 07 Apr 2009 04:53:04 +0200 [thread overview]
Message-ID: <s5hskkli38v.wl%tiwai@suse.de> (raw)
Linus,
please pull more ALSA updates for v2.6.30 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git for-linus
Mostly small fixes for atmel drivers, usb-audio and others as below.
Still one ASoC driver addition that was missing in the last pull
request, but it's safe to apply as it's a very local one.
Thanks!
Takashi
===
Akinobu Mita (1):
ALSA: hda - add missing comma in ad1884_slave_vols
Anton Vorontsov (1):
ASoC: fsl_dma: Pass the proper device for dma mapping routines
Clemens Ladisch (4):
sound: usb-audio: show sample format width in proc file
sound: usb-audio: remove check_hw_params_convention()
sound: usb-audio: save data packet interval in audioformat structure
sound: usb-audio: allow period sizes less than 1 ms
Dan Carpenter (1):
ASoC: Fix null dereference in ak4535_remove()
Deepika Makhija (1):
ALSA: oss - volume control for CSWITCH and CROUTE
Hans-Christian Egtvedt (10):
ALSA: snd-atmel-ac97c: cleanup register definitions
ALSA: snd-atmel-ac97c: remove dead break statements after return in switch case
ALSA: snd-atmel-ac97c: do not overwrite OCA and ICA when assigning channels
ALSA: snd-atmel-ac97c: set correct size for buffer hardware parameter
ALSA: snd-atmel-ac97c: enable interrupts to catch events for error reporting
ALSA: snd-atmel-ac97c: do a proper reset of the external codec
ALSA: snd-atmel-ac97c: cleanup registers when removing driver
ALSA: snd-atmel-ac97c: replace bus_id with dev_name()
ALSA: snd-atmel-abdac: replace bus_id with dev_name()
ALSA: snd-atmel-abdac: increase periods_min to 6 instead of 4
Jarkko Nikula (1):
ASoC: OMAP: Set minimum buffer size constraint for McBSP2 in OMAP3
Krzysztof Helt (1):
ALSA: opl3sa2: add ZV port control
Luotao Fu (1):
pxa2xx-ac97: fix displaying GSR after reset timeout
Mark Brown (4):
ASoC: Add some documentation for the ASoC jack API
ASoC: Don't defer resume work for AC97 codecs
ASoC: Set parent for AC97 devices we register
ASoC: Implement suspend and resume operations for WM9705
Matthew Ranostay (2):
ALSA: Add 92HD81B1C device id
ALSA: hda - Add VREF powerdown sequence for another board
Peter Ujfalusi (3):
ASoC: TWL4030: 96KHz playback support
ASoC: TWL4030: Add constrains for second stream
ASoC: TWL4030: Add actual support for 96KHz playback support
Philipp Zabel (2):
ASoC: pxa-ssp: Use 16-bit DMA for magician stereo
ASoC: Add Magician machine support
Timur Tabi (2):
ASoC: remove trigger delay in Freescale MPC8610 sound driver
ASoC: trim SSI sysfs statistics in Freescale MPC8610 sound drivers
Uwe Kleine-König (1):
ALSA: move snd_powermac's probe function to .devinit.text
Wu Fengguang (1):
ALSA: hda - enable SPDIF output for Intel DX58SO board
---
Documentation/sound/alsa/soc/jack.txt | 71 +++++
sound/arm/pxa2xx-ac97-lib.c | 15 +-
sound/atmel/abdac.c | 4 +-
sound/atmel/ac97c.c | 128 +++++++--
sound/atmel/ac97c.h | 14 +-
sound/core/oss/mixer_oss.c | 8 +
sound/isa/opl3sa2.c | 1 +
sound/pci/hda/patch_analog.c | 2 +-
sound/pci/hda/patch_realtek.c | 5 +
sound/pci/hda/patch_sigmatel.c | 20 ++
sound/ppc/powermac.c | 2 +-
sound/soc/codecs/ak4535.c | 3 +-
sound/soc/codecs/twl4030.c | 59 ++++-
sound/soc/codecs/twl4030.h | 1 +
sound/soc/codecs/wm9705.c | 37 +++
sound/soc/fsl/fsl_dma.c | 29 ++-
sound/soc/fsl/fsl_ssi.c | 99 +++---
sound/soc/omap/omap-mcbsp.c | 11 +
sound/soc/pxa/Kconfig | 10 +
sound/soc/pxa/Makefile | 2 +
sound/soc/pxa/magician.c | 560 +++++++++++++++++++++++++++++++++
sound/soc/pxa/pxa-ssp.c | 12 +-
sound/soc/soc-core.c | 20 +-
sound/usb/usbaudio.c | 255 +++++++--------
24 files changed, 1133 insertions(+), 235 deletions(-)
create mode 100644 Documentation/sound/alsa/soc/jack.txt
create mode 100644 sound/soc/pxa/magician.c
next reply other threads:[~2009-04-07 2:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-07 2:53 Takashi Iwai [this message]
2009-04-07 3:42 ` Stephen Rothwell
2009-04-07 6:04 ` Jeff Chua
2009-04-07 8:23 ` Akinobu Mita
2009-04-08 1:53 ` Takashi Iwai
2009-04-08 12:56 ` Jeff Chua
2009-04-13 13:32 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2009-03-24 6:59 Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hskkli38v.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®