aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/vx222 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-7/+7
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-1/+1
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-10/+16
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-13/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-2/+2
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-1/+1
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai1-1/+1
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2009-08-24sound: vx222: fix input level control range checkClemens Ladisch1-2/+2
2009-06-12trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson1-1/+1
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai1-2/+6
2009-02-05ALSA: Fix missing KERN_* prefix to printk in sound/pciTakashi Iwai1-2/+6
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai1-4/+8
2008-07-10vx222: treat firmware data as constDavid Woodhouse1-1/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai2-2/+0
2008-01-31[ALSA] pci - check value range in ctl callbacksTakashi Iwai1-0/+9
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai2-3/+3
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-2/+2
2006-10-22[ALSA] Various fixes for suspend/resume of ALSA PCI driversTakashi Iwai1-3/+8
2006-09-23[ALSA] Add dB scale information to vxpocket and vx222 driversTakashi Iwai2-0/+16
2006-07-12[ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai1-1/+1
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-04-27[ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar1-1/+1
2006-03-22[ALSA] semaphore -> mutex (PCI part)Ingo Molnar1-8/+10
2006-01-03[ALSA] vx-driver - Fix PM supportTakashi Iwai1-1/+32
2006-01-03[ALSA] Remove xxx_t typedefs: VXdriverTakashi Iwai3-51/+51
2006-01-03[ALSA] Remove snd_vx_delay() functionTakashi Iwai1-7/+7
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-09-12[ALSA] set owner field in struct pci_driverClemens Ladisch1-0/+1
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-2/+2
2005-05-29[ALSA] Replace pci_module_init() with pci_register_driver()Takashi Iwai1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds4-0/+1398