aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/sound/alsa/ALSA-Configuration.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt
index bb488b575def..ea16e7d184a4 100644
--- a/Documentation/sound/alsa/ALSA-Configuration.txt
+++ b/Documentation/sound/alsa/ALSA-Configuration.txt
@@ -518,6 +518,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
518 pcm_substreams - Number of PCM substreams assigned to each PCM 518 pcm_substreams - Number of PCM substreams assigned to each PCM
519 (default = 8, up to 16) 519 (default = 8, up to 16)
520 hrtimer - Use hrtimer (=1, default) or system timer (=0) 520 hrtimer - Use hrtimer (=1, default) or system timer (=0)
521 fake_buffer - Fake buffer allocations (default = 1)
521 522
522 When multiple PCM devices are created, snd-dummy gives different 523 When multiple PCM devices are created, snd-dummy gives different
523 behavior to each PCM device: 524 behavior to each PCM device:
@@ -526,6 +527,12 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
526 2 = interleaved without mmap 527 2 = interleaved without mmap
527 3 = non-interleaved without mmap 528 3 = non-interleaved without mmap
528 529
530 As default, snd-dummy drivers doesn't allocate the real buffers
531 but either ignores read/write or mmap a single dummy page to all
532 buffer pages, in order to save the resouces. If your apps need
533 the read/ written buffer data to be consistent, pass fake_buffer=0
534 option.
535
529 The power-management is supported. 536 The power-management is supported.
530 537
531 Module snd-echo3g 538 Module snd-echo3g