1. 28 7月, 2008 3 次提交
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 · 37561442
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
        ALSA: Allow to force model to intel-mac-v3 in snd_hda_intel (sigmatel).
        ALSA: cs4232: fix crash during chip PNP detection
        ALSA: hda - Add automatic model setting for the Acer Aspire 5920G laptop
        ALSA: make snd_ac97_add_vmaster() static
        ALSA: sound/pci/azt3328.h: no variables for enums
        ALSA: soc - wm9712 mono mixer
        ALSA: hda - Add support of ASUS Eeepc P90*
        ALSA: opti9xx: no isapnp param for !CONFIG_PNP
        ALSA: opti93x - Fix NULL dereference
        ALSA: hda - Added support for Asus V1Sn
        ALSA: ASoC: Factor PGA DAPM handling into main
        ALSA: ASoC: Refactor DAPM event handler
        ALSA: ALSA: ens1370: communicate PCI device to AC97
        ALSA: ens1370: SRC stands for Sample Rate Converter
        ALSA: hda - Align BDL position adjustment parameter
        ALSA: Au1xpsc: psc not disabled when TX is idle
        ALSA: add TriTech 28023 AC97 codec ID and Wolfson 9701 name.
      37561442
    • A
      missing bits of net-namespace / sysctl · eeb61f71
      Al Viro 提交于
      Piss-poor sysctl registration API strikes again, film at 11...
      
      What we really need is _pathname_ required to be present in already
      registered table, so that kernel could warn about bad order.  That's the
      next target for sysctl stuff (and generally saner and more explicit
      order of initialization of ipv[46] internals wouldn't hurt either).
      
      For the time being, here are full fixups required by ..._rotable()
      stuff; we make per-net sysctl sets descendents of "ro" one and make sure
      that sufficient skeleton is there before we start registering per-net
      sysctls.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      eeb61f71
    • A
      lost sysctl fix · bfbcf034
      Al Viro 提交于
      try_attach() should walk into the matching subdirectory, not the first one...
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Tested-by: Valdis.Kletnieks@vt.edu
      Tested-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      bfbcf034
  2. 27 7月, 2008 37 次提交