lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 29 Apr 2008 18:20:46 +0200
From:	Takashi Iwai <tiwai@...e.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ALSA updates

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ