1. 09 Nov, 2011 4 commits
  2. 08 Nov, 2011 5 commits
    • Takashi Iwai's avatar
      ALSA: usb-audio - Fix the missing volume quirks at delayed init · dcaaf9f2
      Takashi Iwai authored
      In the recent usb-audio driver, the initialization of volume ranges
      may be delayed when the device doesn't respond well at the probing time.
      But the volume quirks for certain devices are applied only in
      mixer_ctl_feature_info() thus only at the very first probe and will be
      missing when the volume range is initialized later.
      
      This patch moves the volume quirk code to be always called from the
      volume-range extraction (get_min_max()), so that the quirks are properly
      applied in the later init time.
      Reported-and-tested-by: default avatarAlexey Fisher <bug-track@fisher-privat.net>
      Cc: <stable@kernel.org>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      dcaaf9f2
    • Takashi Iwai's avatar
      ALSA: hda - Mute unused capture sources for Realtek codecs · dccc1810
      Takashi Iwai authored
      When a Realtek codec has a matrix-style capture-source selection, we
      need to scan all connections instead of only imux items.  Otherwise some
      input might be kept unmuted.  Although the corresponding input must be
      dead so there should be no input from it, it's still safer to mute the
      route completely.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      dccc1810
    • Denis V. Lunev's avatar
      ALSA: intel8x0: Improve comments for VM optimization · 5a9a5179
      Denis V. Lunev authored
      The recently merged 228cf793 looks a bit hackish while it is not.
      The change was quite simple. In a virtualized environment the
      patch unhacks old kludge introduced for old broken AC97 hardware.
      
      This patch adds proper comment to "unkludge" code.
      Signed-off-by: default avatarDenis V. Lunev <den@openvz.org>
      Signed-off-by: default avatarKonstantin Ozerkov <kozerkov@parallels.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      5a9a5179
    • Linus Torvalds's avatar
      Linux 3.2-rc1 · 1ea6b8f4
      Linus Torvalds authored
      .. with new name.  Because nothing says "really solid kernel release"
      like naming it after an extinct animal that just happened to be in the
      news lately.
      1ea6b8f4
    • Linus Torvalds's avatar
      Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap · 075cb105
      Linus Torvalds authored
      * 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: (31 commits)
        ARM: OMAP: Fix export.h or module.h includes
        ARM: OMAP: omap_device: Include linux/export.h
        ARM: OMAP2: Fix H4 matrix keyboard warning
        ARM: OMAP1: Remove unused omap-alsa.h
        ARM: OMAP1: Fix warnings about enabling 32 KiHz timer
        ARM: OMAP2+: timer: Remove omap_device_pm_latency
        ARM: OMAP2+: clock data: Remove redundant timer clkdev
        ARM: OMAP: Devkit8000: Remove double omap_mux_init_gpio
        ARM: OMAP: usb: musb: OMAP: Delete unused function
        MAINTAINERS: Update linux-omap git repository
        ARM: OMAP: change get_context_loss_count ret value to int
        ARM: OMAP4: hsmmc: configure SDMMC1_DR0 properly
        ARM: OMAP4: hsmmc: Fix Pbias configuration on regulator OFF
        ARM: OMAP3: hwmod: fix variant registration and remove SmartReflex from common list
        ARM: OMAP: I2C: Fix omap_register_i2c_bus() return value on success
        ARM: OMAP: dmtimer: Include linux/module.h
        ARM: OMAP2+: l3-noc: Include linux/module.h
        ARM: OMAP2+: devices: Fixes for McPDM
        ARM: OMAP: Fix errors and warnings when building for one board
        ARM: OMAP3: PM: restrict erratum i443 handling to OMAP3430 only
        ...
      075cb105
  3. 07 Nov, 2011 31 commits