aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ctxfi/ctatc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-23ALSA: ctxfi: Add SB046x PCI IDEdward Matijevic1-0/+2
2021-03-18ALSA: ctxfi: fix comment syntax in file headersAditya Srivastava1-1/+1
2020-07-15ALSA: ctxfi: Replace the word blacklistTakashi Iwai1-1/+1
2020-07-07ALSA: pci/ctxfi/ctatc: fix kernel-docPierre-Louis Bossart1-0/+4
2020-01-03ALSA: pci: Constify snd_pci_quirk tablesTakashi Iwai1-2/+2
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 364Thomas Gleixner1-4/+1
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-8/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-9/+9
2016-09-12ALSA: pci: constify local structuresJulia Lawall1-1/+1
2014-10-28ALSA: ctxfi: Kill the rest snd_print*()Takashi Iwai1-2/+4
2014-10-21ALSA: ctxfi: remove unused variableSudip Mukherjee1-4/+0
2014-09-30ALSA: ctxfi: pr_* replaced with dev_*Sudip Mukherjee1-11/+16
2014-09-30ALSA: ctxfi: ctatc: added reference to snd_cardSudip Mukherjee1-4/+8
2014-09-30ALSA: ctxfi: initialized snd_cardSudip Mukherjee1-0/+1
2014-09-30ALSA: ctxfi: removed typecast to (struct hw *)Sudip Mukherjee1-1/+1
2014-09-30ALSA: ctxfi: changed void * to struct hw *Sudip Mukherjee1-2/+2
2014-08-26ALSA: ctxfi: fix broken user-visible stringSudip Mukherjee1-11/+7
2014-08-26ALSA: ctxfi: prink replacementSudip Mukherjee1-10/+10
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-2/+0
2014-01-10ALSA: ctxfi - Work around emu20k1 glitch to prevent buffered sound data lossSarah Bessmer1-0/+5
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-10/+10
2012-08-20Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+3
2012-08-20ALSA: sound/pci/ctxfi/ctatc.c: fix error return codeJulia Lawall1-1/+3
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-14ALSA: ctxfi: Implement a combined capabilities query method to replace multiple have_x query methods.Harry Butterworth1-28/+3
2011-06-14ALSA: ctxfi: Add support for Creative Titanium HDHarry Butterworth1-32/+92
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-14ALSA: ctxfi - Fix incorrect SPDIF status bit maskPrzemyslaw Bruski1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-16Merge branch 'topic/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into develJaroslav Kysela1-8/+15
2010-02-04ALSA: ctxfi - fix PTP address initializationJaroslav Kysela1-13/+2
2010-01-14ALSA: ctxfi - Add subsystem optionTakashi Iwai1-8/+15
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 Iwai1-39/+38
2009-06-22ALSA: ctxfi - Add PM supportWai Yew CHAY1-48/+133
2009-06-22ALSA: ctxfi - Allow unknown PCI SSIDsTakashi Iwai1-6/+19
2009-06-13ALSA: ctxfi - Replace atc lock to mutexTakashi Iwai1-13/+9
2009-06-09ALSA: ctxfi - Clear PCM resources at hw_params and hw_freeTakashi Iwai1-2/+2
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 - Fix wrong model id for UAATakashi Iwai1-4/+5
2009-06-08ALSA: ctxfi - Clean up probe routinesTakashi Iwai1-73/+59
2009-06-08ALSA: ctxfi - Remove useless initializations and castTakashi Iwai1-80/+84
2009-06-05ALSA: ctxfi - Clean up / optimizeTakashi Iwai1-43/+39
2009-06-05ALSA: ctxfi - Use native timer interrupt on emu20k1Takashi Iwai1-1/+20
2009-06-02ALSA: ctxfi - Support SG-buffersTakashi Iwai1-1/+1