tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / sound / pci / ctxfi /
2009-11-01 Takashi IwaiMerge branch 'fix/misc' into topic/misc
2009-10-30 Roel KluinALSA: Cleanup redundant tests on unsigned
2009-10-02 Sven EckelmannALSA: ctxfi: Swapped SURROUND-SIDE mute
2009-07-22 Takashi IwaiALSA: ctxfi - Simple code clean up
2009-07-22 Takashi IwaiMerge branch 'fix/ctxfi' into topic/ctxfi
2009-07-22 Takashi IwaiALSA: ctxfi - Fix uninitialized error checks
2009-07-20 Takashi IwaiMerge branch 'fix/ctxfi' into topic/ctxfi
2009-07-20 Frank RothALSA: ctxfi: Swapped SURROUND-SIDE channels on emu20k2
2009-07-20 Takashi IwaiALSA: ctxfi - Native timer support for emu20k2
2009-06-22 Wai Yew CHAYALSA: ctxfi - Add PM support
2009-06-22 Takashi IwaiALSA: ctxfi - Allow unknown PCI SSIDs
2009-06-15 Takashi IwaiALSA: ctxfi - Fix deadlock with xfi-timer
2009-06-13 Takashi IwaiALSA: ctxfi - Replace atc lock to mutex
2009-06-09 Takashi IwaiALSA: ctxfi - Clear PCM resources at hw_params and...
2009-06-09 Takashi IwaiALSA: ctxfi - Check the presence of SRC instance in...
2009-06-09 Takashi IwaiALSA: ctxfi - Add missing start check in atc_pcm_playba...
2009-06-08 Takashi IwaiALSA: ctxfi - Add use_system_timer module option
2009-06-08 Takashi IwaiALSA: ctxfi - Fix wrong model id for UAA
2009-06-08 Takashi IwaiALSA: ctxfi - Clean up probe routines
2009-06-08 Takashi IwaiALSA: ctxfi - Fix / clean up hw20k2 chip code
2009-06-08 Takashi IwaiALSA: ctxfi - Fix possible buffer pointer overrun
2009-06-08 Takashi IwaiALSA: ctxfi - Remove useless initializations and cast
2009-06-08 Takashi IwaiALSA: ctxfi - Fix DMA mask for emu20k2 chip
2009-06-08 Takashi IwaiALSA: ctxfi - Make volume controls more intuitive
2009-06-08 Takashi IwaiALSA: ctxfi - Optimize the native timer handling using...
2009-06-05 Takashi IwaiALSA: ctxfi - Add missing inclusion of linux/math64.h
2009-06-05 Takashi IwaiALSA: ctxfi - Set device 0 for mixer control elements
2009-06-05 Takashi IwaiALSA: ctxfi - Clean up / optimize
2009-06-05 Takashi IwaiALSA: ctxfi - Set periods_min to 2
2009-06-05 Takashi IwaiALSA: ctxfi - Use native timer interrupt on emu20k1
2009-06-05 Takashi IwaiALSA: ctxfi - Fix previous fix for 64bit DMA
2009-06-05 Takashi IwaiALSA: ctxfi - Fix endian-dependent codes
2009-06-05 Takashi IwaiALSA: ctxfi - Allow 64bit DMA
2009-06-02 Takashi IwaiMerge branch 'topic/ctxfi-fix' into topic/ctxfi
2009-06-02 Takashi IwaiALSA: ctxfi - Support SG-buffers
2009-06-02 Takashi IwaiALSA: ctxfi - Remove PAGE_SIZE limitation
2009-06-02 Takashi IwaiALSA: ctxfi - Fix supported PCM formats
2009-06-02 Takashi IwaiALSA: ctxfi - Fix PCM device naming
2009-06-02 Takashi IwaiALSA: ctxfi - Fix surround mixer names
2009-06-02 Takashi IwaiALSA: ALSA: ctxfi - Release PCM resources at each prepa...
2009-06-02 Takashi IwaiALSA: ctxfi - Fix a typo in MODULE_LICENSE
2009-06-02 Takashi IwaiALSA: ctxfi - Fix Oops at mmapping
2009-05-26 Takashi IwaiALSA: ctxfi - Add missing module parameter definitions
2009-05-14 Takashi IwaiALSA: ctxfi - Add prefix to debug prints
2009-05-14 Takashi IwaiALSA: ctxfi - Avoid unneeded pci_read_config_*() calls
2009-05-14 Takashi IwaiALSA: ctxfi - Move PCI ID definitions to linux/pci_ids.h
2009-05-14 Takashi IwaiALSA: ctxfi - Add missing inclusion of linux/delay.h
2009-05-14 Wai Yew CHAYALSA: SB X-Fi driver merge