File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1688,20 +1688,16 @@ int asoc_sdw_get_dai_type(u32 type)
16881688}
16891689EXPORT_SYMBOL_NS (asoc_sdw_get_dai_type , "SND_SOC_SDW_UTILS" );
16901690
1691- /*
1692- * Check if the SDCA endpoint is present by the SDW peripheral
1693- *
1691+ /**
1692+ * is_sdca_endpoint_present - Check if an SDCA endpoint is present on the SDW peripheral
16941693 * @dev: Device pointer
16951694 * @codec_info: Codec info pointer
16961695 * @adr_link: ACPI link address
16971696 * @adr_index: Index of the ACPI link address
16981697 * @end_index: Index of the endpoint
16991698 *
1700- * Return: 1 if the endpoint is present,
1701- * 0 if the endpoint is not present,
1702- * negative error code.
1699+ * Return: 1 if the endpoint is present, 0 if the endpoint is not present, or negative error code.
17031700 */
1704-
17051701static int is_sdca_endpoint_present (struct device * dev ,
17061702 struct asoc_sdw_codec_info * codec_info ,
17071703 const struct snd_soc_acpi_link_adr * adr_link ,
You can’t perform that action at this time.
0 commit comments