aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ctxfi (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai9-13/+13
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai6-17/+21
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-12/+1
2012-02-23ALSA: ctxfi: Fix typo in ctvmem.cMasanari Iida1-1/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell2-3/+3
2011-12-06ALSA: ctxf: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-08-24ALSA: ctxfi: Bump playback substreams to 256Maarten Lankhorst3-3/+3
2011-06-16ALSA: ctxfi: Change PLL initialization codeHarry Butterworth1-10/+7
2011-06-14Merge branch 'test/pci-rename' into topic/miscTakashi Iwai3-3/+3
2011-06-14ALSA: ctxfi: Implement a combined capabilities query method to replace multiple have_x query methods.Harry Butterworth6-84/+39
2011-06-14ALSA: ctxfi: Add support for Creative Titanium HDHarry Butterworth10-164/+487
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai2-2/+2
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-16ALSA: ctxfi - use list_move() instead of list_del()/list_add() combinationKirill A. Shutemov1-2/+1
2011-03-14ALSA: ctxfi - Clear input settings before initializationPrzemyslaw Bruski1-0/+2
2011-03-14ALSA: ctxfi - Fix SPDIF status retrievalPrzemyslaw Bruski1-14/+5
2011-03-14ALSA: ctxfi - Fix incorrect SPDIF status bit maskPrzemyslaw Bruski1-1/+1
2011-03-14ALSA: ctxfi - Fix microphone boost codes/commentsPrzemyslaw Bruski1-10/+18
2010-11-11ALSA: sound/pci/ctxfi/ctpcm.c: Remove potential for use after freeJulia Lawall1-6/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-02-16Merge branch 'topic/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into develJaroslav Kysela3-11/+21
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2010-02-04ALSA: ctxfi - fix PTP address initializationJaroslav Kysela3-36/+25
2010-01-14ALSA: ctxfi - Add subsystem optionTakashi Iwai3-10/+20
2009-11-01Merge branch 'fix/misc' into topic/miscTakashi Iwai1-2/+2
2009-10-30ALSA: Cleanup redundant tests on unsignedRoel Kluin1-1/+1
2009-10-02ALSA: ctxfi: Swapped SURROUND-SIDE muteSven Eckelmann1-2/+2
2009-07-22ALSA: ctxfi - Simple code clean upTakashi Iwai10-101/+100
2009-07-22Merge branch 'fix/ctxfi' into topic/ctxfiTakashi Iwai2-12/+9
2009-07-22ALSA: ctxfi - Fix uninitialized error checksTakashi Iwai2-12/+9
2009-07-20Merge branch 'fix/ctxfi' into topic/ctxfiTakashi Iwai1-2/+2
2009-07-20ALSA: ctxfi: Swapped SURROUND-SIDE channels on emu20k2Frank Roth1-2/+2
2009-07-20ALSA: ctxfi - Native timer support for emu20k2Takashi Iwai2-9/+55
2009-06-22ALSA: ctxfi - Add PM supportWai Yew CHAY9-107/+354
2009-06-22ALSA: ctxfi - Allow unknown PCI SSIDsTakashi Iwai2-6/+22
2009-06-15ALSA: ctxfi - Fix deadlock with xfi-timerTakashi Iwai1-8/+10
2009-06-13ALSA: ctxfi - Replace atc lock to mutexTakashi Iwai2-15/+11
2009-06-09ALSA: ctxfi - Clear PCM resources at hw_params and hw_freeTakashi Iwai2-3/+17
2009-06-09ALSA: ctxfi - Check the presence of SRC instance in PCM pointer callbacksTakashi Iwai1-0/+4
2009-06-09ALSA: ctxfi - Add missing start check in atc_pcm_playback_start()Takashi Iwai1-0/+4
2009-06-08ALSA: ctxfi - Add use_system_timer module optionTakashi Iwai1-3/+6
2009-06-08ALSA: ctxfi - Fix wrong model id for UAATakashi Iwai2-9/+10
2009-06-08ALSA: ctxfi - Clean up probe routinesTakashi Iwai7-174/+135
2009-06-08ALSA: ctxfi - Fix / clean up hw20k2 chip codeTakashi Iwai1-169/+177
2009-06-08ALSA: ctxfi - Fix possible buffer pointer overrunTakashi Iwai1-0/+4
2009-06-08ALSA: ctxfi - Remove useless initializations and castTakashi Iwai11-297/+301
2009-06-08ALSA: ctxfi - Fix DMA mask for emu20k2 chipTakashi Iwai1-6/+8
2009-06-08ALSA: ctxfi - Make volume controls more intuitiveTakashi Iwai1-17/+32