aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ctxfi/cthw20k1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-15ALSA: pci: Simplify with dma_set_mask_and_coherent()Takashi Iwai1-6/+2
2020-07-07ALSA: pci/ctxfi: fix kernel-doc warningsPierre-Louis Bossart1-1/+1
2020-04-09ALSA: ctxfi: Remove unnecessary cast in kfreeXu Wang1-7/+7
2019-12-11ALSA: ctxfi: Support PCM sync_stopTakashi Iwai1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 364Thomas Gleixner1-5/+1
2018-07-27ALSA:: ctxfi: cthw20k1: Replace mdelay() with msleep()Jia-Ju Bai1-3/+3
2017-08-23ALSA: ctxfi: make hw structures constBhumika Goyal1-1/+1
2017-03-20ALSA: ctxfi: Fix the incorrect check of dma_set_mask() callTakashi Iwai1-1/+1
2017-02-28ALSA: ctxfi: Fallback DMA mask to 32bitTakashi Iwai1-13/+6
2015-04-16ALSA: remove deprecated use of pci apiQuentin Lambert1-2/+2
2015-01-11Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai1-9/+0
2015-01-09ALSA: ctxfi: Simplify PM callbacksTakashi Iwai1-9/+0
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-4/+1
2014-09-30ALSA: ctxfi: pr_* replaced with dev_*Sudip Mukherjee1-6/+9
2014-09-23ALSA: ctxfi: sparse warningSudip Mukherjee1-3/+3
2014-08-26ALSA: ctxfi: fix broken user-visible stringSudip Mukherjee1-2/+1
2014-08-26ALSA: ctxfi: prink replacementSudip Mukherjee1-5/+5
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-2/+2
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-2/+2
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-2/+2
2011-06-14Merge branch 'test/pci-rename' into topic/miscTakashi Iwai1-1/+1
2011-06-14ALSA: ctxfi: Implement a combined capabilities query method to replace multiple have_x query methods.Harry Butterworth1-20/+9
2011-06-14ALSA: ctxfi: Add support for Creative Titanium HDHarry Butterworth1-0/+18
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2009-07-22ALSA: ctxfi - Simple code clean upTakashi Iwai1-11/+11
2009-06-22ALSA: ctxfi - Add PM supportWai Yew CHAY1-17/+66
2009-06-08ALSA: ctxfi - Fix wrong model id for UAATakashi Iwai1-5/+5
2009-06-08ALSA: ctxfi - Clean up probe routinesTakashi Iwai1-56/+32
2009-06-08ALSA: ctxfi - Remove useless initializations and castTakashi Iwai1-41/+41
2009-06-08ALSA: ctxfi - Optimize the native timer handling using wc counterTakashi Iwai1-0/+6
2009-06-05ALSA: ctxfi - Clean up / optimizeTakashi Iwai1-103/+102
2009-06-05ALSA: ctxfi - Use native timer interrupt on emu20k1Takashi Iwai1-3/+40
2009-06-05ALSA: ctxfi - Fix previous fix for 64bit DMATakashi Iwai1-5/+4
2009-06-05ALSA: ctxfi - Fix endian-dependent codesTakashi Iwai1-9/+9
2009-06-05ALSA: ctxfi - Allow 64bit DMATakashi Iwai1-3/+7
2009-06-02ALSA: ctxfi - Remove PAGE_SIZE limitationTakashi Iwai1-10/+6
2009-05-14ALSA: ctxfi - Add missing inclusion of linux/delay.hTakashi Iwai1-0/+1
2009-05-14ALSA: SB X-Fi driver mergeWai Yew CHAY1-0/+2230