summaryrefslogtreecommitdiffstats
path: root/sound/pci/vx222
AgeCommit message (Expand)AuthorLines
2025-09-01ALSA: vx222: Use guard() for mutex locksTakashi Iwai-8/+4
2025-04-24ALSA: vx222: Use pure devres PCIPhilipp Stanner-1/+1
2025-03-14ALSA: vx222: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai-7/+2
2024-05-08ALSA: pci: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2021-09-07ALSA: vx222: fix null-ptr-derefTong Zhang-0/+1
2021-07-19ALSA: vx222: Allocate resources with device-managed APIsTakashi Iwai-57/+11
2021-07-19ALSA: vx: Manage vx_core object with devresTakashi Iwai-1/+0
2021-06-09ALSA: vx222: Fix assignment in if conditionTakashi Iwai-10/+20
2021-03-30Merge tag 'tags/mute-led-rework' into for-nextTakashi Iwai-1/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-1/+0
2021-03-03ALSA: pci: vx222: fix kernel-doc warningPierre-Louis Bossart-5/+5
2020-01-05ALSA: vx: More constificationsTakashi Iwai-2/+2
2020-01-03ALSA: vx: Constify snd_vx_hardware and snd_vx_ops definitionsTakashi Iwai-10/+10
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai-1/+1
2019-12-11ALSA: vx222: Support PCM sync_stopTakashi Iwai-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-42/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-07-26ALSA: vx222: Fix invalid endian conversionsTakashi Iwai-4/+4
2017-05-15ALSA: vx222: Use container_of()Takashi Iwai-15/+17
2017-02-21ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal-2/+2
2017-01-04ALSA: vx: Fix possible transfer overflowTakashi Iwai-6/+6
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai-1/+1
2015-01-09ALSA: vx222: Simplify PM callbacksTakashi Iwai-16/+1
2014-11-11ALSA: vx: Fix missing kerneldoc parameter descriptionsTakashi Iwai-0/+5
2014-09-15ALSA: vx: Use nonatomic PCM opsTakashi Iwai-2/+3
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-1/+1
2014-02-26ALSA: vx222: Use standard printk helpersTakashi Iwai-13/+13
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai-3/+2
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton-7/+7
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai-1/+1
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai-10/+16
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai-13/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell-2/+2
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker-1/+1
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai-1/+1
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai-1/+1
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan-1/+1
2009-08-24sound: vx222: fix input level control range checkClemens Ladisch-2/+2
2009-06-12trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson-1/+1
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai-2/+6
2009-02-05ALSA: Fix missing KERN_* prefix to printk in sound/pciTakashi Iwai-2/+6
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai-3/+3
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai-4/+8
2008-07-10vx222: treat firmware data as constDavid Woodhouse-1/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai-2/+0
2008-01-31[ALSA] pci - check value range in ctl callbacksTakashi Iwai-0/+9
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela-1/+1
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai-3/+3
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai-2/+2