diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-05-02 14:06:28 +0530 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-05-08 11:27:44 +0200 |
commit | 242658ff99ab9d87e704475ef78c3102ead344cf (patch) | |
tree | 7daf759619cb472370cf2761923d5a360b7ac162 /Documentation/sound | |
parent | f8ff65bce4fe9e94794beb21a3ba5e0cced43b1a (diff) | |
download | op-kernel-dev-242658ff99ab9d87e704475ef78c3102ead344cf.zip op-kernel-dev-242658ff99ab9d87e704475ef78c3102ead344cf.tar.gz |
ALSA: compress: fix some typo
Noticed two typos in Documentation, so fix them up
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa/compress_offload.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sound/alsa/compress_offload.txt b/Documentation/sound/alsa/compress_offload.txt index 81476b4..8ba556a 100644 --- a/Documentation/sound/alsa/compress_offload.txt +++ b/Documentation/sound/alsa/compress_offload.txt @@ -184,7 +184,7 @@ Sequence flow for gapless would be: - Fill data of the first track - Trigger start - User-space finished sending all, -- Indicaite next track data by sending set_next_track +- Indicate next track data by sending set_next_track - Set metadata of the next track - then call partial_drain to flush most of buffer in DSP - Fill data of the next track |