aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/vx (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03ALSA: vx: Constify snd_vx_hardware and snd_vx_ops definitionsTakashi Iwai1-2/+3
2019-12-11ALSA: drivers: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: vx: Use managed buffer allocationTakashi Iwai1-24/+3
2019-11-06ALSA: vx: Convert to the common vmalloc memallocTakashi Iwai1-5/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner7-100/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-06ALSA: drivers: Clean up with new procfs helpersTakashi Iwai1-4/+1
2019-01-15ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-4/+0
2018-08-03ALSA: drivers: Remove empty init and exitTakashi Iwai1-15/+0
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-2/+0
2017-08-31ALSA: vx: Put missing KERN_CONT prefixTakashi Iwai1-2/+2
2017-08-17ALSA: drivers: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-06-09ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops.Arvind Yadav1-2/+2
2017-05-30ALSA: declare snd_kcontrol_new structures as constBhumika Goyal1-12/+12
2017-02-28ALSA: vx: remove 'out of memory' messageMihai Burduselu1-3/+1
2017-01-04ALSA: vx: Don't try to update capture stream before runningTakashi Iwai1-1/+1
2017-01-04ALSA: vx: Fix possible transfer overflowTakashi Iwai1-2/+4
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2014-11-11ALSA: vx: Fix missing kerneldoc parameter descriptionsTakashi Iwai1-0/+10
2014-10-21ALSA: vx: Use snd_ctl_elem_info()Takashi Iwai1-27/+8
2014-09-15ALSA: vx: Use nonatomic PCM opsTakashi Iwai4-92/+60
2013-06-21ALSA: vx_core: off by one in vx_read_status()Dan Carpenter1-1/+1
2013-01-25ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai1-2/+1
2012-11-22ALSA: vx: hard dependency on the standard fw loaderTakashi Iwai1-139/+0
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker2-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-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-01-18ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffersTakashi Iwai1-0/+2
2009-12-18sound: vx: use vmalloc buffer helper functionsClemens Ladisch1-54/+5
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai2-2/+3
2009-02-26ALSA: sound/drivers/vx: fix sparse warning: different signednessHannes Eder1-1/+1
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/driversTakashi Iwai1-1/+2
2009-02-05ALSA: Remove superfluous hwdep opsTakashi Iwai1-12/+0
2008-12-18ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai2-2/+2
2008-08-13ALSA: Kill snd_assert() in other placesTakashi Iwai6-16/+32
2008-07-10Fix a const pointer usage warning in the Digigram VX soundcard driverDavid Howells1-1/+1
2008-07-10vx: treat firmware data as constDavid Woodhouse1-2/+2
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai6-6/+0
2008-01-31[ALSA] vxpocket - Check value range in ctl callbacksTakashi Iwai1-19/+48
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-16/+2
2007-05-11[ALSA] add MODULE_FIRMWARE entriesClemens Ladisch1-0/+14
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-23[ALSA] Add dB scale information to vxpocket and vx222 driversTakashi Iwai1-2/+15
2006-08-03[ALSA] Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-5/+2
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-1/+1
2006-06-22[ALSA] vx - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai2-16/+17