summaryrefslogtreecommitdiffstats
path: root/sound/drivers/vx
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+5
2025-09-01ALSA: vx: Use guard() for mutex locksTakashi Iwai-66/+30
2025-07-11ALSA: vx: Use safer strscpy() instead of strcpy()Takashi Iwai-3/+3
2024-08-08ALSA: vx_core: Use standard print APITakashi Iwai-48/+44
2024-08-08ALSA: vx_core: Drop unused dev fieldTakashi Iwai-1/+1
2024-05-08ALSA: drivers: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2022-08-24ALSA: vx: Drop superfluous GFP setupTakashi Iwai-2/+1
2021-07-19ALSA: vx: Manage vx_core object with devresTakashi Iwai-2/+10
2021-06-09ALSA: vx: Fix assignment in if conditionTakashi Iwai-48/+95
2021-03-03ALSA: vx: fix kernel-doc warningPierre-Louis Bossart-1/+1
2020-12-25ALSA: vx: Use roundup() instead of open-coding itLars-Peter Clausen-2/+1
2020-09-03ALSA: vx: vx_pcm: remove redundant assignmentPierre-Louis Bossart-1/+0
2020-09-03ALSA: vx: vx_pcm: remove redundant assignmentPierre-Louis Bossart-1/+0
2020-09-03ALSA: vx: vx_core: clarify operator precedencePierre-Louis Bossart-2/+2
2020-07-07ALSA: vx_core: remove warning for empty loop bodyPierre-Louis Bossart-1/+2
2020-01-05ALSA: vx: More constificationsTakashi Iwai-9/+9
2020-01-03ALSA: vx: Constify snd_vx_hardware and snd_vx_ops definitionsTakashi Iwai-2/+3
2019-12-11ALSA: drivers: Drop superfluous ioctl PCM opsTakashi Iwai-2/+0
2019-12-11ALSA: vx: Use managed buffer allocationTakashi Iwai-24/+3
2019-11-06ALSA: vx: Convert to the common vmalloc memallocTakashi Iwai-5/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-100/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-06ALSA: drivers: Clean up with new procfs helpersTakashi Iwai-4/+1
2019-01-15ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai-4/+0
2018-08-03ALSA: drivers: Remove empty init and exitTakashi Iwai-15/+0
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai-2/+0
2017-08-31ALSA: vx: Put missing KERN_CONT prefixTakashi Iwai-2/+2
2017-08-17ALSA: drivers: make snd_pcm_hardware constBhumika Goyal-2/+2
2017-06-09ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops.Arvind Yadav-2/+2
2017-05-30ALSA: declare snd_kcontrol_new structures as constBhumika Goyal-12/+12
2017-02-28ALSA: vx: remove 'out of memory' messageMihai Burduselu-3/+1
2017-01-04ALSA: vx: Don't try to update capture stream before runningTakashi Iwai-1/+1
2017-01-04ALSA: vx: Fix possible transfer overflowTakashi Iwai-2/+4
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai-1/+1
2014-11-11ALSA: vx: Fix missing kerneldoc parameter descriptionsTakashi Iwai-0/+10
2014-10-21ALSA: vx: Use snd_ctl_elem_info()Takashi Iwai-27/+8
2014-09-15ALSA: vx: Use nonatomic PCM opsTakashi Iwai-92/+60
2013-06-21ALSA: vx_core: off by one in vx_read_status()Dan Carpenter-1/+1
2013-01-25ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai-2/+1
2012-11-22ALSA: vx: hard dependency on the standard fw loaderTakashi Iwai-139/+0
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin-1/+1
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker-0/+2
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-01-18ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffersTakashi Iwai-0/+2
2009-12-18sound: vx: use vmalloc buffer helper functionsClemens Ladisch-54/+5
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai-2/+3