summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_compat.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: Use guard() for PCM stream locksTakashi Iwai2024-02-281-34/+32
* ALSA: pcm: Use automatic cleanup of kfree()Takashi Iwai2024-02-231-19/+10
* ALSA: pcm: Fix missing fixup call in compat hw_refine ioctlTakashi Iwai2023-08-291-2/+6
* ALSA: pcm: Avoid reference to status->stateTakashi Iwai2022-09-271-2/+2
* x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada2022-03-151-10/+10
* ALSA: memalloc: Support for non-contiguous page allocationTakashi Iwai2021-10-181-0/+4
* ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctlTakashi Iwai2021-10-111-1/+71
* ALSA: pcm: Fix assignment in if conditionTakashi Iwai2021-06-091-2/+4
* ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_tTakashi Iwai2020-01-311-4/+4
* ALSA: add new 32-bit layout for snd_pcm_mmap_status/controlArnd Bergmann2019-12-131-13/+17
* ALSA: move snd_pcm_ioctl_sync_ptr_compat into pcm_native.cArnd Bergmann2019-12-131-98/+0
* ALSA: Avoid using timespec for struct snd_pcm_statusBaolin Wang2019-12-111-101/+53
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2018-05-151-0/+2
|\
| * ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai2018-05-021-0/+2
* | Merge branch 'for-linus' into for-nextTakashi Iwai2018-04-251-3/+4
|\|
| * ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.Jeffery Miller2018-04-231-3/+4
* | ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpersTakashi Iwai2018-04-171-8/+2
|/
* ALSA: pcm: Fix structure definition for X32 ABIBaolin Wang2017-09-221-0/+1
* ALSA: pcm: Unify ioctl functions for playback and capture streamsTakashi Iwai2017-08-301-4/+1
* ALSA: pcm: Add an ioctl to specify the supported protocol versionTakashi Iwai2017-06-271-0/+1
* ALSA: pcm: Remove set_fs() in PCM core codeTakashi Iwai2017-05-231-8/+4
* ALSA: pcm: Fix ioctls for X32 ABITakashi Iwai2016-02-281-1/+176
* ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat2016-01-181-4/+9
* ALSA: core: pass audio tstamp config from userspace in compat modePierre-Louis Bossart2015-02-201-5/+23
* ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat modeTakashi Iwai2014-10-281-0/+2
* ALSA: pcm: Add tstamp_type and proto to sw_params compat layerTakashi Iwai2014-07-211-2/+6
* ALSA: core: fix 64-bit SNDRV_PCM_IOCTL_STATUS ABI breakageClemens Ladisch2012-10-281-1/+2
* ALSA: core: add hooks for audio timestampsPierre-Louis Bossart2012-10-231-8/+11
* ALSA: sound/core/pcm_compat.c: adjust array indexJulia Lawall2011-07-281-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ALSA: sound/core: use memdup_user()Li Zefan2009-04-141-7/+4
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-131-1/+2
* [ALSA] Add SNDRV_PCM_IOCTL_TSTAMP back to compat ioctlTakashi Iwai2008-01-311-0/+1
* [ALSA] Fix old tstamp ioctl for compat_ioctlTakashi Iwai2008-01-311-1/+1
* [ALSA] Fix control/status mmap with shared PCM substreamTakashi Iwai2006-09-231-1/+1
* [ALSA] Add O_APPEND flag support to PCMTakashi Iwai2006-06-221-2/+2
* [ALSA] Remove xxx_t typedefs: PCMTakashi Iwai2006-01-031-55/+55
* [ALSA] pcm - Fix zero-division in 32bit compat layerTakashi Iwai2005-08-301-3/+8
* [ALSA] Fix PCM 32bit compat layerTakashi Iwai2005-08-301-14/+28
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+513