linux_dsm_epyc7002/sound/core
Pierre-Louis Bossart 4eeaaeaea1 ALSA: core: add hooks for audio timestamps
ALSA did not provide any direct means to infer the audio time for A/V
sync and system/audio time correlations (eg. PulseAudio).
Applications had to track the number of samples read/written and
add/subtract the number of samples queued in the ring buffer.  This
accounting led to small errors, typically several samples, due to the
two-step process.  Computing the audio time in the kernel is more
direct, as all the information is available in the same routines.

Also add new .audio_wallclock routine to enable fine-grain synchronization
between monotonic system time and audio hardware time.
Using the wallclock, if supported in hardware, allows for a
much better sub-microsecond precision and a common drift tracking for
all devices sharing the same wall clock (master clock).

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2012-10-23 16:13:48 +02:00
..
oss ALSA: fix possible memory leak in snd_mixer_oss_build_input() 2012-09-03 10:08:28 +02:00
seq ALSA: lto, sound: Fix export symbols for !CONFIG_MODULES 2012-08-20 11:53:10 +02:00
compress_offload.c ALSA: Compress - add codec parameter checks 2012-09-17 09:54:50 +02:00
control_compat.c
control.c ALSA: control: Fix missing VOLATILE flag at creating controls 2012-09-06 18:01:16 +02:00
ctljack.c
device.c
hrtimer.c
hwdep_compat.c
hwdep.c
info_oss.c ALSA: remove the main version information 2012-09-04 11:38:32 +02:00
info.c ALSA: remove the main version information 2012-09-04 11:38:32 +02:00
init.c
isadma.c
jack.c
Kconfig
Makefile
memalloc.c
memory.c
misc.c
pcm_compat.c ALSA: core: add hooks for audio timestamps 2012-10-23 16:13:48 +02:00
pcm_lib.c ALSA: core: add hooks for audio timestamps 2012-10-23 16:13:48 +02:00
pcm_memory.c ALSA: Make snd_sgbuf_get_{ptr|addr}() available for non-SG cases 2012-09-23 11:24:42 +02:00
pcm_misc.c
pcm_native.c ALSA: core: add hooks for audio timestamps 2012-10-23 16:13:48 +02:00
pcm_timer.c
pcm.c ALSA: PCM: channel mapping API implementation 2012-09-06 18:01:16 +02:00
rawmidi_compat.c
rawmidi.c
rtctimer.c
sgbuf.c ALSA: Make snd_sgbuf_get_{ptr|addr}() available for non-SG cases 2012-09-23 11:24:42 +02:00
sound_oss.c
sound.c ALSA: remove the main version information 2012-09-04 11:38:32 +02:00
timer_compat.c
timer.c
vmaster.c