summaryrefslogtreecommitdiffstats
path: root/sound/drivers/aloop.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: aloop: Introduce a function to get if access is interleaved modeChancel Liu2024-01-121-6/+17
* ALSA: aloop: Add control element for getting the access modeIvan Orlov2023-10-061-1/+44
* ALSA: aloop: Add support for the non-interleaved access modeIvan Orlov2023-10-061-3/+28
* ALSA: aloop: Replace runtime->status->state reference to runtime->stateTakashi Iwai2022-09-271-2/+2
* ALSA: aloop: Fix random zeros in capture data when using jiffies timerPattara Teerapong2022-09-021-3/+4
* ALSA: aloop: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-18/+8
* Merge tag 'sound-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-081-3/+8
|\
| * ALSA: aloop: Fix initialization of controlsJonas Holmberg2021-04-071-3/+8
* | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
|/
* ALSA: aloop: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
* ALSA: aloop: Constify ops structsRikard Falkeborn2020-11-211-3/+3
* ALSA: aloop: Replace tasklet with workTakashi Iwai2020-09-091-12/+11
* ALSA: aloop: Fix PCM format assignmentTakashi Iwai2020-02-101-3/+3
* ALSA: drivers: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-031-1/+1
* Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kerne...Takashi Iwai2019-12-171-1/+1
|\
| * ALSA: Replace timespec with timespec64Baolin Wang2019-12-111-1/+1
* | ALSA: drivers: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* | ALSA: aloop: Use managed buffer allocationTakashi Iwai2019-12-111-10/+2
|/
* ALSA: aloop: Avoid pointer dereference before null-checkAndrew Gabbasov2019-11-271-4/+4
* ALSA: aloop: Avoid unexpected timer event callback taskletsAndrew Gabbasov2019-11-221-3/+4
* ALSA: aloop: Remove redundant locking in timer open functionAndrew Gabbasov2019-11-221-15/+8
* ALSA: aloop: Support runtime change of snd_timer via info interfaceAndrew Gabbasov2019-11-201-3/+34
* ALSA: aloop: Support selection of snd_timer instead of jiffiesTimo Wischer2019-11-201-1/+476
* ALSA: aloop: Move CABLE_VALID_BOTH to the top of fileTimo Wischer2019-11-201-4/+4
* ALSA: aloop: Rename all jiffies timer specific functionsTimo Wischer2019-11-201-13/+15
* ALSA: aloop: Use callback functions for timer specific implementationsTimo Wischer2019-11-201-19/+94
* ALSA: aloop: Support return of error code for timer start and stopTimo Wischer2019-11-201-11/+19
* ALSA: aloop: Describe units of variablesTimo Wischer2019-11-201-2/+4
* ALSA: aloop: Convert to the common vmalloc memallocTakashi Iwai2019-11-061-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* ALSA: aloop: Support S24 sample formatsTimo Wischer2019-03-251-1/+3
* ALSA: drivers: Clean up with new procfs helpersTakashi Iwai2019-02-061-8/+2
* ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-4/+0
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-1/+0
* ALSA: aloop: Reduced duplicated PCM ops definitionTakashi Iwai2018-05-281-16/+3
* ALSA: aloop: Add missing cable lock to ctl API callbacksTakashi Iwai2018-04-301-2/+15
* ALSA: aloop: Mark paused device as inactiveRobert Rosengren2018-03-271-3/+9
* ALSA: aloop: Fix access to not-yet-ready substream via cableTakashi Iwai2018-03-221-1/+7
* ALSA: aloop: Sync stale timer before releaseTakashi Iwai2018-03-221-1/+8
* ALSA: aloop: Fix racy hw constraints adjustmentTakashi Iwai2018-01-051-30/+21
* ALSA: aloop: Fix inconsistent format due to incomplete ruleTakashi Iwai2018-01-051-7/+6
* ALSA: aloop: Release cable upon open error pathTakashi Iwai2018-01-051-13/+25
* ALSA: drivers: Convert timers to use timer_setup()Kees Cook2017-10-241-4/+3
* ALSA: drivers: constify snd_pcm_ops structuresArvind Yadav2017-08-191-2/+2
* ALSA: drivers: make snd_pcm_hardware constBhumika Goyal2017-08-171-1/+1
* ALSA: aloop: Drop unnecessary ifdef CONFIG_PROC_FSTakashi Iwai2015-05-291-8/+0
* ALSA: aloop: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-2/+1
* ALSA: drivers: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-2/+2
* ALSA: aloop: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0