mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
ASoC: SOF: sof-client: trivial: fix comment typo
Fix typo s/depndent/dependent
Fixes: 6e9548cdb3
("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>
This commit is contained in:
parent
4bdcbc31ad
commit
45f2f28bd4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user