[GIT PULL] ALSA updates

From: Takashi Iwai
Date: Tue Apr 29 2008 - 12:21:04 EST


Linus,

please pull another ALSA updates for 2.6.26 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git for-linus

This includes the addition of a new driver for OMAP arch that was
slipped in the last pull request, one more ALC880 model support,
and misc fixes.


Thanks!

Takashi

==

Jarkko Nikula (1):
[ALSA] ASoC: Add drivers for the Texas Instruments OMAP processors

Mark Brown (1):
[ALSA] soc - wm9712 - checkpatch fixes

Takashi Iwai (4):
[ALSA] Add MPU401_INFO_NO_ACK bitflag
[ALSA] ice1724 - Enable watermarks
[ALSA] hda - Add support of Medion RIM 2150
[ALSA] pcsp - Fix more dependency


Documentation/sound/alsa/ALSA-Configuration.txt | 1 +
include/sound/mpu401.h | 1 +
sound/drivers/Kconfig | 2 +
sound/drivers/mpu401/mpu401_uart.c | 2 +-
sound/pci/hda/patch_realtek.c | 86 +++++
sound/pci/ice1712/ice1724.c | 3 +-
sound/soc/Kconfig | 1 +
sound/soc/Makefile | 2 +-
sound/soc/codecs/wm9712.c | 62 ++--
sound/soc/omap/Kconfig | 19 +
sound/soc/omap/Makefile | 11 +
sound/soc/omap/n810.c | 336 ++++++++++++++++++
sound/soc/omap/omap-mcbsp.c | 414 +++++++++++++++++++++++
sound/soc/omap/omap-mcbsp.h | 49 +++
sound/soc/omap/omap-pcm.c | 357 +++++++++++++++++++
sound/soc/omap/omap-pcm.h | 35 ++
16 files changed, 1344 insertions(+), 37 deletions(-)
create mode 100644 sound/soc/omap/Kconfig
create mode 100644 sound/soc/omap/Makefile
create mode 100644 sound/soc/omap/n810.c
create mode 100644 sound/soc/omap/omap-mcbsp.c
create mode 100644 sound/soc/omap/omap-mcbsp.h
create mode 100644 sound/soc/omap/omap-pcm.c
create mode 100644 sound/soc/omap/omap-pcm.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/