diff options
author | huangjianghui <huangjianghui@uniontech.com> | 2021-03-19 04:38:54 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-03-19 13:09:26 +0300 |
commit | 8518c6486c2b8355e0781f8ee53c3c3f8427d96c (patch) | |
tree | 123d2c4341381d1433d5db2304609346f5177f1b /sound/hda | |
parent | a08b9f2f2267421092bf4b882a9461858216ed47 (diff) | |
download | linux-8518c6486c2b8355e0781f8ee53c3c3f8427d96c.tar.xz |
ALSA: hda: Fix spelling mistakes
Signed-off-by: huangjianghui <huangjianghui@uniontech.com>
Link: https://lore.kernel.org/r/20210319013854.48830-1-huangjianghui@uniontech.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda')
-rw-r--r-- | sound/hda/hdac_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/hda/hdac_stream.c b/sound/hda/hdac_stream.c index a6ed3dc35f7e..1eb8563db2df 100644 --- a/sound/hda/hdac_stream.c +++ b/sound/hda/hdac_stream.c @@ -618,7 +618,7 @@ void snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set, EXPORT_SYMBOL_GPL(snd_hdac_stream_sync_trigger); /** - * snd_hdac_stream_sync - sync with start/strop trigger operation + * snd_hdac_stream_sync - sync with start/stop trigger operation * @azx_dev: HD-audio core stream (master stream) * @start: true = start, false = stop * @streams: bit flags of streams to sync |