15 Jun, 2009

1 commit

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (31 commits)
    trivial: remove the trivial patch monkey's name from SubmittingPatches
    trivial: Fix a typo in comment of addrconf_dad_start()
    trivial: usb: fix missing space typo in doc
    trivial: pci hotplug: adding __init/__exit macros to sgi_hotplug
    trivial: Remove the hyphen from git commands
    trivial: fix ETIMEOUT -> ETIMEDOUT typos
    trivial: Kconfig: .ko is normally not included in module names
    trivial: SubmittingPatches: fix typo
    trivial: Documentation/dell_rbu.txt: fix typos
    trivial: Fix Pavel's address in MAINTAINERS
    trivial: ftrace:fix description of trace directory
    trivial: unnecessary (void*) cast removal in sound/oss/msnd.c
    trivial: input/misc: Fix typo in Kconfig
    trivial: fix grammo in bus_for_each_dev() kerneldoc
    trivial: rbtree.txt: fix rb_entry() parameters in sample code
    trivial: spelling fix in ppc code comments
    trivial: fix typo in bio_alloc kernel doc
    trivial: Documentation/rbtree.txt: cleanup kerneldoc of rbtree.txt
    trivial: Miscellaneous documentation typo fixes
    trivial: fix typo milisecond/millisecond for documentation and source comments.
    ...

    Linus Torvalds
     

13 Jun, 2009

5 commits


11 Jun, 2009

2 commits


10 Jun, 2009

14 commits

  • * topic/seq-kconfig-cleanup:
    ALSA: clean up the logic for building sequencer modules

    Takashi Iwai
     
  • * topic/riptide:
    ALSA: riptide - Fix joystick resource handling
    ALSA: riptide - Code clean up

    Takashi Iwai
     
  • * topic/pcm-subclass-fix:
    ALSA: Remove invalid GENERIC_MIX PCM sublass

    Takashi Iwai
     
  • * topic/oxygen:
    sound: virtuoso: add Xonar Essence ST support
    sound: virtuoso: enable HDAV S/PDIF input
    sound: virtuoso: add another DX PCI ID
    sound: oxygen: reset DMA when stream is closed

    Takashi Iwai
     
  • * topic/misc:
    ALSA: sgio2audio.c: clean up checking
    ALSA: burgundy: timeout message is off by one.
    ALSA: bt87x - Add a quirk entry for Askey Computer Corp. MagicTView'99
    ALSA: parisc/harmony: fix printk format warning
    ALSA: keywest: Get rid of useless i2c_device_name() macro

    Takashi Iwai
     
  • * topic/maya44:
    ALSA: ice1724 - Add ESI Maya44 support
    ALSA: ice1724 - Allow spec driver to create own routing controls
    ALSA: ice1724 - Add PCI postint to reset sequence
    ALSA: ice1724 - Clean up definitions of DMA records
    ALSA: ice1724 - Check error in set_rate function

    Takashi Iwai
     
  • * topic/lx6464es:
    ALSA: Add missing description of lx6464es to ALSA-Configuration.txt
    ALSA: lx6464es - Disable lx_message_send()
    ALSA: lx6464es - Use snd_card_create()
    ALSA: lx6464es - driver for the digigram lx6464es interface

    Takashi Iwai
     
  • * topic/hdsp:
    ALSA: hdsp - Add a comment about external firmwares for hdsp
    ALSA: hdsp: allow firmware loading from inside the kernel

    Takashi Iwai
     
  • * topic/hda: (51 commits)
    ALSA: hda - Fix the previous tagra-8ch patch
    ALSA: hda - Add 7.1 support for MSI GX620
    ALSA: support Sony Vaio TT
    ALSA: hda_intel: fix build error when !PM
    ALSA: hda - More Aspire 8930G fixes
    ALSA: hda - Acer Aspire 8930G support
    ALSA: hda - Limit codec-verb retry to limited hardwares
    ALSA: hda - Add codec bus reset and verb-retry at critical errors
    ALSA: hda - Reorder and clean-up ALC268 quirk table
    ALSA: hda - fix audio on LG R510
    ALSA: hda - Macbook[Pro] 5 6ch support
    ALSA: hda-intel: improve initialization for ALC262_HP_BPC model
    ALSA: hda - Jack Mode changes for Sigmatel boards
    ALSA: hda - Support NVIDIA 8 channel HDMI audio
    ALSA: hda - Fix a typo in the previous patch
    ALSA: hda - Fix reverted LED setup for HP
    ALSA: hda - Add more register bits definitions
    ALSA: hda - Always sync writes in single_cmd mode
    ALSA: hda - Support sync after writing a verb
    ALSA: hda - Allow concurrent RIRB access in single_cmd mode
    ...

    Takashi Iwai
     
  • * topic/emu10k1:
    ALSA: emu10k1 - Fix minimum periods for efx playback

    Takashi Iwai
     
  • * topic/div64-cleanup:
    ALSA: Clean up 64bit division functions

    Takashi Iwai
     
  • * topic/ctxfi: (35 commits)
    ALSA: ctxfi - Clear PCM resources at hw_params and hw_free
    ALSA: ctxfi - Check the presence of SRC instance in PCM pointer callbacks
    ALSA: ctxfi - Add missing start check in atc_pcm_playback_start()
    ALSA: ctxfi - Add use_system_timer module option
    ALSA: ctxfi - Fix wrong model id for UAA
    ALSA: ctxfi - Clean up probe routines
    ALSA: ctxfi - Fix / clean up hw20k2 chip code
    ALSA: ctxfi - Fix possible buffer pointer overrun
    ALSA: ctxfi - Remove useless initializations and cast
    ALSA: ctxfi - Fix DMA mask for emu20k2 chip
    ALSA: ctxfi - Make volume controls more intuitive
    ALSA: ctxfi - Optimize the native timer handling using wc counter
    ALSA: ctxfi - Add missing inclusion of linux/math64.h
    ALSA: ctxfi - Set device 0 for mixer control elements
    ALSA: ctxfi - Clean up / optimize
    ALSA: ctxfi - Set periods_min to 2
    ALSA: ctxfi - Use native timer interrupt on emu20k1
    ALSA: ctxfi - Fix previous fix for 64bit DMA
    ALSA: ctxfi - Fix endian-dependent codes
    ALSA: ctxfi - Allow 64bit DMA
    ...

    Takashi Iwai
     
  • * topic/ca0106:
    ALSA: ca0106 - Fix master volume scale
    ALSA: ca0106 - Add missing card->mixername field setup
    ALSA: ca0106 - Add missing registrations of vmaster controls

    Takashi Iwai
     
  • * topic/au88x0:
    ALSA: au88x0: fix wrong period_elapsed() call
    ALSA: au88x0: fix .pointer callback

    Takashi Iwai
     

09 Jun, 2009

6 commits


08 Jun, 2009

10 commits


06 Jun, 2009

1 commit


05 Jun, 2009

1 commit