- Backport upstream fixes: yet more PCM plugin fixes, topology fixes/cleanups, UAF fix in UCM (bsc#1181194): 0004-topology-use-inclusive-language-for-bclk.patch 0005-topology-use-inclusive-language-for-fsync.patch 0006-topology-use-inclusive-language-in-documentation.patch 0034-ucm-fix-possible-memory-leak-in-parse_verb_file.patch 0035-topology-tplg_pprint_integer-fix-coverity-uninitaliz.patch 0036-topology-tplg_add_widget_object-do-not-use-invalid-e.patch 0037-topology-tplg_decode_pcm-add-missing-log-argument-co.patch 0038-topology-parse_tuple_set-remove-dead-condition-code.patch 0039-ucm-uc_mgr_substitute_tree-fix-use-after-free.patch 0040-topology-sort_config-cleanups-use-goto-for-the-error.patch 0041-conf-USB-add-Xonar-U7-MKII-to-USB-Audio.pcm.iec958_d.patch 0042-pcm_plugin-set-the-initial-hw_ptr-appl_ptr-from-the-.patch 0043-pcm-dmix-dshare-delay-calculation-fixes-and-cleanups.patch 0044-topology-fix-parse_tuple_set-remove-dead-condition-c.patch OBS-URL: https://build.opensuse.org/request/show/865334 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=292
32 lines
1.0 KiB
Diff
32 lines
1.0 KiB
Diff
From e5c350d7bc6f3d45702059c0ae8d32b3603273c1 Mon Sep 17 00:00:00 2001
|
|
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
|
|
Date: Thu, 12 Nov 2020 10:29:40 -0600
|
|
Subject: [PATCH 06/44] topology: use inclusive language in documentation
|
|
|
|
Use codec_provider and codec_consumer for bclk and fsync
|
|
|
|
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
---
|
|
include/topology.h | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/include/topology.h b/include/topology.h
|
|
index 4ade20df0751..d1feee4d9e25 100644
|
|
--- a/include/topology.h
|
|
+++ b/include/topology.h
|
|
@@ -658,8 +658,8 @@ extern "C" {
|
|
*
|
|
* id "1" # used for binding to the config
|
|
* format "I2S" # physical audio format.
|
|
- * bclk "master" # Platform is master of bit clock
|
|
- * fsync "slave" # Platform is slave of fsync
|
|
+ * bclk "codec_provider" # Codec provides the bit clock
|
|
+ * fsync "codec_consumer" # Codec follows the fsync
|
|
* }
|
|
* </pre>
|
|
*
|
|
--
|
|
2.26.2
|
|
|