summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@collabora.com>2023-10-31 13:22:18 +0200
committerMark Brown <broonie@kernel.org>2023-11-07 11:10:19 +0000
commit45f2f28bd498fb697d07a38775d55f0f50fee5ca (patch)
tree037cf342b588415eef48ab54faca205e57eddfae /sound
parent4bdcbc31ad2112385ad525b28972c45015e6ad70 (diff)
ASoC: SOF: sof-client: trivial: fix comment typo
Fix typo s/depndent/dependent Fixes: 6e9548cdb30e ("ASoC: SOF: Convert the generic IPC flood test into SOF client") Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20231031112218.79136-1-eugen.hristev@collabora.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/sof/sof-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/sof-client.c b/sound/soc/sof/sof-client.c
index 9dce7f53b482..54dca91255a0 100644
--- a/sound/soc/sof/sof-client.c
+++ b/sound/soc/sof/sof-client.c
@@ -176,7 +176,7 @@ int sof_register_clients(struct snd_sof_dev *sdev)
goto err_kernel_injector;
}
- /* Platform depndent client device registration */
+ /* Platform dependent client device registration */
if (sof_ops(sdev) && sof_ops(sdev)->register_ipc_clients)
ret = sof_ops(sdev)->register_ipc_clients(sdev);