just fix some trivial typo in comments, sorry for the second try. i should have read more carefully the rule about NOT sending attachments.
diff --git a/sound/soc/qcom/qdsp6/q6adm.c b/sound/soc/qcom/qdsp6/q6adm.c index 3c68df82c95c..1855b805eba2 100644 --- a/sound/soc/qcom/qdsp6/q6adm.c +++ b/sound/soc/qcom/qdsp6/q6adm.c @@ -373,7 +373,7 @@ static int q6adm_device_open(struct q6adm *adm, struct q6copp *copp, * @rate: rate at which copp is required. * @channel_mode: channel mode * @topology: adm topology id - * @perf_mode: performance mode. + * @perf_mode: performace mode. * @bit_width: audio sample bit width * @app_type: Application type. * @acdb_id: ACDB id @@ -452,7 +452,7 @@ EXPORT_SYMBOL_GPL(q6adm_get_copp_id); * @dev: Pointer to adm child device. * @path: playback or capture path. * @payload_map: map between session id and afe ports. - * @perf_mode: Performance mode. + * @perf_mode: Performace mode. * * Return: Will be an negative on error or a zero on success. */
yours josef
On Sun, 30 May 2021, josef radinger wrote:
just fix some trivial typo in comments, sorry for the second try. i should have read more carefully the rule about NOT sending attachments.
diff --git a/sound/soc/qcom/qdsp6/q6adm.c b/sound/soc/qcom/qdsp6/q6adm.c index 3c68df82c95c..1855b805eba2 100644 --- a/sound/soc/qcom/qdsp6/q6adm.c +++ b/sound/soc/qcom/qdsp6/q6adm.c @@ -373,7 +373,7 @@ static int q6adm_device_open(struct q6adm *adm, struct q6copp *copp,
- @rate: rate at which copp is required.
- @channel_mode: channel mode
- @topology: adm topology id
- @perf_mode: performance mode.
- @perf_mode: performace mode.
that appears to be backwards, no?
- @bit_width: audio sample bit width
- @app_type: Application type.
- @acdb_id: ACDB id
@@ -452,7 +452,7 @@ EXPORT_SYMBOL_GPL(q6adm_get_copp_id);
- @dev: Pointer to adm child device.
- @path: playback or capture path.
- @payload_map: map between session id and afe ports.
- @perf_mode: Performance mode.
*/
- @perf_mode: Performace mode.
- Return: Will be an negative on error or a zero on success.
yours josef
participants (2)
-
josef radinger
-
Peter Meerwald-Stadler