index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
pcm_lib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-10
ALSA: pcm: Add xrun counter for snd_pcm_substream
Norman Bintang
1
-0
/
+3
2024-07-05
ALSA: pcm: Fix id copying in snd_pcm_set_sync_per_card()
Jaroslav Kysela
1
-2
/
+2
2024-07-05
ALSA: pcm: Fix missing export of snd_pcm_set_sync_per-card()
Takashi Iwai
1
-0
/
+1
2024-07-02
ALSA: pcm: optimize and clarify stream synchronization ID API
Jaroslav Kysela
1
-20
/
+31
2024-07-02
ALSA: pcm: reinvent the stream synchronization ID API
Jaroslav Kysela
1
-4
/
+23
2024-06-18
ALSA: chmap: Mark Channel Map controls as volatile
Takashi Iwai
1
-0
/
+1
2024-02-28
ALSA: pcm: Use guard() for PCM stream locks
Takashi Iwai
1
-7
/
+3
2023-11-27
ALSA: hda: Upgrade stream-format infrastructure
Cezary Rojewski
1
-0
/
+34
2023-09-02
ALSA: pcm: Fix error checks of default read/write copy ops
Takashi Iwai
1
-4
/
+4
2023-08-18
ALSA: pcm: Drop obsoleted PCM copy_user and copy_kernel ops
Takashi Iwai
1
-17
/
+1
2023-08-18
ALSA: pcm: Add copy ops with iov_iter
Takashi Iwai
1
-44
/
+67
2023-05-05
ALSA: pcm: use exit controlled loop in snd_pcm_playback_silence()
Oswald Buddenhagen
1
-2
/
+2
2023-05-05
ALSA: pcm: simplify top-up mode init in snd_pcm_playback_silence()
Oswald Buddenhagen
1
-7
/
+24
2023-05-05
ALSA: pcm: playback silence - move silence variable updates to separate function
Jaroslav Kysela
1
-20
/
+22
2023-05-05
ALSA: pcm: playback silence - remove extra code
Jaroslav Kysela
1
-2
/
+0
2023-05-05
ALSA: pcm: fix playback silence - correct incremental silencing
Jaroslav Kysela
1
-7
/
+3
2023-05-05
ALSA: pcm: fix playback silence - use the actual new_hw_ptr for the threshold...
Jaroslav Kysela
1
-1
/
+9
2023-05-05
ALSA: pcm: Revert "ALSA: pcm: rewrite snd_pcm_playback_silence()"
Jaroslav Kysela
1
-36
/
+54
2023-04-21
ALSA: pcm: rewrite snd_pcm_playback_silence()
Oswald Buddenhagen
1
-50
/
+36
2023-04-08
ALSA: pcm: fix wait_time calculations
Oswald Buddenhagen
1
-6
/
+5
2023-03-21
ALSA: usb-audio: Fix recursive locking at XRUN during syncing
Takashi Iwai
1
-0
/
+2
2022-09-27
ALSA: pcm: Avoid reference to status->state
Takashi Iwai
1
-8
/
+8
2022-07-29
ALSA: pcm: Use deferred fasync helper
Takashi Iwai
1
-1
/
+1
2022-03-30
ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock
Takashi Iwai
1
-4
/
+5
2022-03-22
ALSA: pcm: Fix races among concurrent read/write and buffer changes
Takashi Iwai
1
-0
/
+4
2021-11-24
ALSA: pcm: introduce INFO_NO_REWINDS flag
Pierre-Louis Bossart
1
-0
/
+14
2021-11-24
ALSA: pcm: unconditionally check if appl_ptr is in 0..boundary range
Pierre-Louis Bossart
1
-0
/
+3
2021-10-18
ALSA: memalloc: Support for non-contiguous page allocation
Takashi Iwai
1
-0
/
+5
2021-08-27
ALSA: pcm: fix divide error in snd_pcm_lib_ioctl
Zubin Mithra
1
-1
/
+1
2021-06-10
ALSA: pcm: add snd_pcm_period_elapsed() variant without acquiring lock of PCM...
Takashi Sakamoto
1
-15
/
+49
2020-12-15
ALSA: pcm: use krealloc_array()
Bartosz Golaszewski
1
-2
/
+2
2020-10-26
ALSA: fix kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-05-18
ALSA: pcm: fix incorrect hw_base increase
Brent Lu
1
-0
/
+1
2020-01-05
ALSA: pcm: More constifications
Takashi Iwai
1
-1
/
+1
2020-01-04
ALSA: control: Add verification for kctl accesses
Takashi Iwai
1
-1
/
+1
2019-12-17
Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kerne...
Takashi Iwai
1
-14
/
+24
2019-12-14
ALSA: control: remove useless assignment in .info callback of PCM chmap element
Takashi Sakamoto
1
-1
/
+0
2019-12-13
ALSA: add new 32-bit layout for snd_pcm_mmap_status/control
Arnd Bergmann
1
-4
/
+6
2019-12-11
ALSA: Replace timespec with timespec64
Baolin Wang
1
-14
/
+22
2019-11-13
ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()
paulhsia
1
-2
/
+6
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-16
/
+1
2019-02-13
ALSA: pcm: Comment why read blocks when PCM is not running
Ricardo Biehl Pasquali
1
-0
/
+4
2019-02-13
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-16
/
+4
2019-02-08
ALSA: pcm: Revert capture stream behavior change in blocking mode
Takashi Iwai
1
-16
/
+4
2019-01-29
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+8
2019-01-25
ALSA: pcm: Fix tight loop of OSS capture stream
Takashi Iwai
1
-1
/
+8
2019-01-25
ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()
Takashi Iwai
1
-3
/
+2
2018-09-10
ALSA: pcm: Update hardware pointer before start capture
Ricardo Biehl Pasquali
1
-3
/
+5
2018-08-27
ALSA: pcm: Return 0 when size < start_threshold in capture
Ricardo Biehl Pasquali
1
-4
/
+9
2018-07-11
ALSA: pcm: Fix snd_interval_refine first/last with open min/max
Timo Wischer
1
-4
/
+10
[next]