aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/aloop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27ALSA: aloop: Replace runtime->status->state reference to runtime->stateTakashi Iwai1-2/+2
2022-09-02ALSA: aloop: Fix random zeros in capture data when using jiffies timerPattara Teerapong1-3/+4
2021-07-19ALSA: aloop: Allocate resources with device-managed APIsTakashi Iwai1-18/+8
2021-04-08Merge tag 'sound-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-3/+8
2021-04-07ALSA: aloop: Fix initialization of controlsJonas Holmberg1-3/+8
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2020-12-25ALSA: aloop: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen1-1/+1
2020-11-21ALSA: aloop: Constify ops structsRikard Falkeborn1-3/+3
2020-09-09ALSA: aloop: Replace tasklet with workTakashi Iwai1-12/+11
2020-02-10ALSA: aloop: Fix PCM format assignmentTakashi Iwai1-3/+3
2020-01-03ALSA: drivers: Constify snd_kcontrol_new itemsTakashi Iwai1-1/+1
2019-12-17Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into for-nextTakashi Iwai1-1/+1
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang1-1/+1
2019-12-11ALSA: drivers: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-11ALSA: aloop: Use managed buffer allocationTakashi Iwai1-10/+2
2019-11-27ALSA: aloop: Avoid pointer dereference before null-checkAndrew Gabbasov1-4/+4
2019-11-22ALSA: aloop: Avoid unexpected timer event callback taskletsAndrew Gabbasov1-3/+4
2019-11-22ALSA: aloop: Remove redundant locking in timer open functionAndrew Gabbasov1-15/+8
2019-11-20ALSA: aloop: Support runtime change of snd_timer via info interfaceAndrew Gabbasov1-3/+34
2019-11-20ALSA: aloop: Support selection of snd_timer instead of jiffiesTimo Wischer1-1/+476
2019-11-20ALSA: aloop: Move CABLE_VALID_BOTH to the top of fileTimo Wischer1-4/+4
2019-11-20ALSA: aloop: Rename all jiffies timer specific functionsTimo Wischer1-13/+15
2019-11-20ALSA: aloop: Use callback functions for timer specific implementationsTimo Wischer1-19/+94
2019-11-20ALSA: aloop: Support return of error code for timer start and stopTimo Wischer1-11/+19
2019-11-20ALSA: aloop: Describe units of variablesTimo Wischer1-2/+4
2019-11-06ALSA: aloop: Convert to the common vmalloc memallocTakashi Iwai1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-03-25ALSA: aloop: Support S24 sample formatsTimo Wischer1-1/+3
2019-02-06ALSA: drivers: Clean up with new procfs helpersTakashi Iwai1-8/+2
2019-01-15ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-4/+0
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-1/+0
2018-05-28ALSA: aloop: Reduced duplicated PCM ops definitionTakashi Iwai1-16/+3
2018-04-30ALSA: aloop: Add missing cable lock to ctl API callbacksTakashi Iwai1-2/+15
2018-03-27ALSA: aloop: Mark paused device as inactiveRobert Rosengren1-3/+9
2018-03-22ALSA: aloop: Fix access to not-yet-ready substream via cableTakashi Iwai1-1/+7
2018-03-22ALSA: aloop: Sync stale timer before releaseTakashi Iwai1-1/+8
2018-01-05ALSA: aloop: Fix racy hw constraints adjustmentTakashi Iwai1-30/+21
2018-01-05ALSA: aloop: Fix inconsistent format due to incomplete ruleTakashi Iwai1-7/+6
2018-01-05ALSA: aloop: Release cable upon open error pathTakashi Iwai1-13/+25
2017-10-24ALSA: drivers: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-08-19ALSA: drivers: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-17ALSA: drivers: make snd_pcm_hardware constBhumika Goyal1-1/+1
2015-05-29ALSA: aloop: Drop unnecessary ifdef CONFIG_PROC_FSTakashi Iwai1-8/+0
2015-01-19ALSA: aloop: Use setup_timer() and mod_timer()Takashi Iwai1-2/+1
2014-10-20ALSA: drivers: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-12ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai1-2/+2
2013-05-23ALSA: aloop: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-04-29ALSA: pcm_format_to_bits strong-typed conversionEldad Zack1-1/+1
2013-02-04ALSA: aloop: Fix Oops while PM resumeTakashi Iwai1-1/+4
2012-12-07ALSA: drivers: remove __dev* attributesBill Pemberton1-8/+8