forked from pool/alsa-utils
Takashi Iwai
f936d7ca95
- Backport upstream fixes: various fixes in aplay, alsamixer, alsactl and alsaloop, updated translations, etc: 0001-aplay-try-to-use-16-bit-format-to-increase-capture-q.patch 0002-alsamixer-Fix-the-mixer-views-description-in-man-pag.patch 0003-Add-Slovak-translation.patch 0004-Add-Basque-translation.patch 0006-aplay-cosmetic-code-fix-in-xrun.patch 0007-aplay-fix-the-CPU-busy-loop-in-the-pause-handler.patch 0008-alsa-info-Add-lsusb-and-stream-outputs.patch 0013-aplay-add-test-code-for-snd_pcm_status-to-test-posit.patch 0014-ucm-fix-typo-in-docs.patch 0015-aplay-add-avail-delay-checks-to-test-position.patch 0016-alsactl-daemon-read_pid_file-fix-the-returned-code-o.patch 0017-alsactl-init-set_ctl_value-fix-bytes-parsing.patch 0018-alsactl-init-parse-fix-possible-double-free.patch 0019-alsaloop-fix-possible-memory-leak-in-create_loopback.patch 0020-alsaloop-get_queued_playback_samples-simplify-code.patch 0021-topology-fix-possible-double-free-in-load.patch 0022-alsamixer-remove-dead-fcn-widget_handle_key-in-widge.patch 0023-alsamixer-remove-unused-variable-y-in-display_scroll.patch 0024-alsamixer-fix-shift-in-parse_words.patch 0025-aplay-fix-the-test-position-test-for-playback-avail-.patch OBS-URL: https://build.opensuse.org/request/show/865332 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=188
30 lines
830 B
Diff
30 lines
830 B
Diff
From 03e98d280678563acbfece12eab4b571026226b1 Mon Sep 17 00:00:00 2001
|
|
From: Curtis Malainey <cujomalainey@chromium.org>
|
|
Date: Wed, 6 Jan 2021 16:23:23 -0800
|
|
Subject: [PATCH 14/25] ucm: fix typo in docs
|
|
|
|
Do you know the tstaus of this fix?
|
|
|
|
Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
---
|
|
alsaucm/alsaucm.rst | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/alsaucm/alsaucm.rst b/alsaucm/alsaucm.rst
|
|
index 7890ba5377b8..3098672d3d55 100644
|
|
--- a/alsaucm/alsaucm.rst
|
|
+++ b/alsaucm/alsaucm.rst
|
|
@@ -122,7 +122,7 @@ Available commands:
|
|
the value of the `IDENTIFIER` argument can can be:
|
|
|
|
- ``_devstatus/{device}``
|
|
- - ``_modtstaus/{device}``
|
|
+ - ``_modstatus/{device}``
|
|
|
|
``set`` `IDENTIFIER` `VALUE`
|
|
set string value
|
|
--
|
|
2.26.2
|
|
|