mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 04:42:47 +00:00
40 lines
1.7 KiB
Diff
40 lines
1.7 KiB
Diff
From 7a37f4855e5333cec6e0b92823d81d8340ad31f2 Mon Sep 17 00:00:00 2001
|
|
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
|
|
Date: Tue, 8 Mar 2022 13:25:51 -0600
|
|
Subject: [PATCH 428/429] ASoC: soc-acpi: fix kernel-doc descriptor
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Add missing dmic_num mention and clarify that 'links' mean 'SoundWire
|
|
links', not to be used for other links.
|
|
|
|
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
|
|
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
|
|
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
|
|
Link: https://lore.kernel.org/r/20220308192610.392950-2-pierre-louis.bossart@linux.intel.com
|
|
Signed-off-by: Mark Brown <broonie@kernel.org>
|
|
---
|
|
include/sound/soc-acpi.h | 5 +++--
|
|
1 file changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/include/sound/soc-acpi.h b/include/sound/soc-acpi.h
|
|
index 3313e2e21..4664d80f8 100644
|
|
--- a/include/sound/soc-acpi.h
|
|
+++ b/include/sound/soc-acpi.h
|
|
@@ -60,9 +60,10 @@ static inline struct snd_soc_acpi_mach *snd_soc_acpi_codec_list(void *arg)
|
|
* @acpi_ipc_irq_index: used for BYT-CR detection
|
|
* @platform: string used for HDAudio codec support
|
|
* @codec_mask: used for HDAudio support
|
|
+ * @dmic_num: number of SoC- or chipset-attached PDM digital microphones
|
|
* @common_hdmi_codec_drv: use commom HDAudio HDMI codec driver
|
|
- * @link_mask: links enabled on the board
|
|
- * @links: array of link _ADR descriptors, null terminated
|
|
+ * @link_mask: SoundWire links enabled on the board
|
|
+ * @links: array of SoundWire link _ADR descriptors, null terminated
|
|
* @num_dai_drivers: number of elements in @dai_drivers
|
|
* @dai_drivers: pointer to dai_drivers, used e.g. in nocodec mode
|
|
*/
|
|
--
|
|
2.35.2
|
|
|