aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel <pavel@ucw.cz>2018-10-28 13:20:36 +0100
committerPavel <pavel@ucw.cz>2019-01-07 11:11:46 +0100
commit062c0eaf725728b54d1c143a2f94a6c753ef056d (patch)
tree0c660948c2a9855882b24cf993c947a191169e09
parent88a033f9d2ce538b699e7e4ba51160f95a20cf4c (diff)
downloadlinux-k-062c0eaf725728b54d1c143a2f94a6c753ef056d.tar.gz
cleanup: typos in sound/soc/samsung/neo1973_wm8753.c
-rw-r--r--sound/soc/samsung/neo1973_wm8753.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/samsung/neo1973_wm8753.c b/sound/soc/samsung/neo1973_wm8753.c
index 65602b935377df..ddc1828ae99a3c 100644
--- a/sound/soc/samsung/neo1973_wm8753.c
+++ b/sound/soc/samsung/neo1973_wm8753.c
@@ -112,7 +112,7 @@ static int neo1973_hifi_hw_free(struct snd_pcm_substream *substream)
}
/*
- * Neo1973 WM8753 HiFi DAI opserations.
+ * Neo1973 WM8753 HiFi DAI operations.
*/
static struct snd_soc_ops neo1973_hifi_ops = {
.hw_params = neo1973_hifi_hw_params,
@@ -272,7 +272,7 @@ static int neo1973_wm8753_init(struct snd_soc_pcm_runtime *rtd)
}
static struct snd_soc_dai_link neo1973_dai[] = {
-{ /* Hifi Playback - for similatious use with voice below */
+{ /* Hifi Playback - for simultaneous use with voice below */
.name = "WM8753",
.stream_name = "WM8753 HiFi",
.platform_name = "s3c24xx-iis",