lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu,  1 Apr 2021 19:23:19 +0800
From:   samirweng1979 <samirweng1979@....com>
To:     perex@...ex.cz, tiwai@...e.com
Cc:     alsa-devel@...a-project.org, linux-kernel@...r.kernel.org,
        wengjianfeng <wengjianfeng@...ong.com>
Subject: [PATCH] ASoC: topology: fix typo error about asoc.h

From: wengjianfeng <wengjianfeng@...ong.com>

change 'freqency' to 'frequecy'

Signed-off-by: wengjianfeng <wengjianfeng@...ong.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ