1. 01 Mar, 2011 2 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 · c4319c7d
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
        eukrea-tlv320: fix platform_name
        ASoC: correct pxa AC97 DAI names
        ALSA: hda - Add support for new IDT 92HD98 and 92HD99 codecs
        ALSA: HDA: Add ideapad quirk for two Dell machines
        ALSA: HDA: Add a new Conexant codec 506e (20590)
        ALSA: usb-audio: fix oops due to cleanup race when disconnecting
        ASoC: Hook wm_hubs micbiases up to CLK_SYS
        ASoC: Correct definition of WM8903_VMID_RES_5K
        ASoC: Fix WM8958 default microphone detection argument ordering
        ALSA: HDA: Fix mic initialization in VIA auto parser
        ALSA: fix one memory leak in sound jack
      c4319c7d
    • Ben Hutchings's avatar
      mm: <asm-generic/pgtable.h> must include <linux/mm_types.h> · fbd71844
      Ben Hutchings authored
      Commit e2cda322 ("thp: add pmd mangling generic functions") replaced
      some macros in <asm-generic/pgtable.h> with inline functions.
      
      If the functions are to be defined (not all architectures need them)
      then struct vm_area_struct must be defined first.  So include
      <linux/mm_types.h>.
      
      Fixes a build failure seen in Debian:
      
          CC [M]  drivers/media/dvb/mantis/mantis_pci.o
        In file included from arch/arm/include/asm/pgtable.h:460,
                         from drivers/media/dvb/mantis/mantis_pci.c:25:
        include/asm-generic/pgtable.h: In function 'ptep_test_and_clear_young':
        include/asm-generic/pgtable.h:29: error: dereferencing pointer to incomplete type
      Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      fbd71844
  2. 26 Feb, 2011 1 commit
  3. 25 Feb, 2011 30 commits
  4. 24 Feb, 2011 7 commits