All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: topology: fix typo error about asoc.h
@ 2021-04-01 11:23 samirweng1979
  0 siblings, 0 replies; only message in thread
From: samirweng1979 @ 2021-04-01 11:23 UTC (permalink / raw)
  To: perex, tiwai; +Cc: alsa-devel, linux-kernel, wengjianfeng

From: wengjianfeng <wengjianfeng@yulong.com>

change 'freqency' to 'frequecy'

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
---
 include/uapi/sound/asoc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/uapi/sound/asoc.h b/include/uapi/sound/asoc.h
index da61398..0066eee 100644
--- a/include/uapi/sound/asoc.h
+++ b/include/uapi/sound/asoc.h
@@ -346,8 +346,8 @@ struct snd_soc_tplg_hw_config {
 	__u8 fsync_provider;	/* SND_SOC_TPLG_FSYNC_ value */
 	__u8 mclk_direction;    /* SND_SOC_TPLG_MCLK_ value */
 	__le16 reserved;	/* for 32bit alignment */
-	__le32 mclk_rate;	/* MCLK or SYSCLK freqency in Hz */
-	__le32 bclk_rate;	/* BCLK freqency in Hz */
+	__le32 mclk_rate;	/* MCLK or SYSCLK frequency in Hz */
+	__le32 bclk_rate;	/* BCLK frequency in Hz */
 	__le32 fsync_rate;	/* frame clock in Hz */
 	__le32 tdm_slots;	/* number of TDM slots in use */
 	__le32 tdm_slot_width;	/* width in bits for each slot */
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-01 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 11:23 [PATCH] ASoC: topology: fix typo error about asoc.h samirweng1979

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.