aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_compat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27ALSA: pcm: Avoid reference to status->stateTakashi Iwai1-2/+2
2022-03-15x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada1-10/+10
2021-10-18ALSA: memalloc: Support for non-contiguous page allocationTakashi Iwai1-0/+4
2021-10-11ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctlTakashi Iwai1-1/+71
2021-06-09ALSA: pcm: Fix assignment in if conditionTakashi Iwai1-2/+4
2020-01-31ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_tTakashi Iwai1-4/+4
2019-12-13ALSA: add new 32-bit layout for snd_pcm_mmap_status/controlArnd Bergmann1-13/+17
2019-12-13ALSA: move snd_pcm_ioctl_sync_ptr_compat into pcm_native.cArnd Bergmann1-98/+0
2019-12-11ALSA: Avoid using timespec for struct snd_pcm_statusBaolin Wang1-101/+53
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-15Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+2
2018-05-02ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai1-0/+2
2018-04-25Merge branch 'for-linus' into for-nextTakashi Iwai1-3/+4
2018-04-23ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.Jeffery Miller1-3/+4
2018-04-17ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpersTakashi Iwai1-8/+2
2017-09-22ALSA: pcm: Fix structure definition for X32 ABIBaolin Wang1-0/+1
2017-08-30ALSA: pcm: Unify ioctl functions for playback and capture streamsTakashi Iwai1-4/+1
2017-06-27ALSA: pcm: Add an ioctl to specify the supported protocol versionTakashi Iwai1-0/+1
2017-05-23ALSA: pcm: Remove set_fs() in PCM core codeTakashi Iwai1-8/+4
2016-02-28ALSA: pcm: Fix ioctls for X32 ABITakashi Iwai1-1/+176
2016-01-18ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat1-4/+9
2015-02-20ALSA: core: pass audio tstamp config from userspace in compat modePierre-Louis Bossart1-5/+23
2014-10-28ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat modeTakashi Iwai1-0/+2
2014-07-21ALSA: pcm: Add tstamp_type and proto to sw_params compat layerTakashi Iwai1-2/+6
2012-10-28ALSA: core: fix 64-bit SNDRV_PCM_IOCTL_STATUS ABI breakageClemens Ladisch1-1/+2
2012-10-23ALSA: core: add hooks for audio timestampsPierre-Louis Bossart1-8/+11
2011-07-28ALSA: sound/core/pcm_compat.c: adjust array indexJulia Lawall1-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
2009-04-14ALSA: sound/core: use memdup_user()Li Zefan1-7/+4
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-1/+2
2008-01-31[ALSA] Add SNDRV_PCM_IOCTL_TSTAMP back to compat ioctlTakashi Iwai1-0/+1
2008-01-31[ALSA] Fix old tstamp ioctl for compat_ioctlTakashi Iwai1-1/+1
2006-09-23[ALSA] Fix control/status mmap with shared PCM substreamTakashi Iwai1-1/+1
2006-06-22[ALSA] Add O_APPEND flag support to PCMTakashi Iwai1-2/+2
2006-01-03[ALSA] Remove xxx_t typedefs: PCMTakashi Iwai1-55/+55
2005-08-30[ALSA] pcm - Fix zero-division in 32bit compat layerTakashi Iwai1-3/+8
2005-08-30[ALSA] Fix PCM 32bit compat layerTakashi Iwai1-14/+28
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+513