]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ALSA: compress: fix more typos
authorVinod Koul <vinod.koul@intel.com>
Fri, 4 Mar 2016 18:29:29 +0000 (23:59 +0530)
committerTakashi Iwai <tiwai@suse.de>
Fri, 4 Mar 2016 20:55:36 +0000 (21:55 +0100)
More inspection of code revealed few more typos so fix them as well

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/compress_offload.c

index 94de9302193f6792a3e84fa653462a1f99a9af84..a9933c07a6bf542e38b54ec8ed70204fbc429d55 100644 (file)
@@ -704,7 +704,7 @@ static int snd_compress_wait_for_drain(struct snd_compr_stream *stream)
 
        /*
         * We are called with lock held. So drop the lock while we wait for
-        * drain complete notfication from the driver
+        * drain complete notification from the driver
         *
         * It is expected that driver will notify the drain completion and then
         * stream will be moved to SETUP state, even if draining resulted in an
@@ -759,7 +759,7 @@ static int snd_compr_next_track(struct snd_compr_stream *stream)
        if (stream->runtime->state != SNDRV_PCM_STATE_RUNNING)
                return -EPERM;
 
-       /* you can signal next track isf this is intended to be a gapless stream
+       /* you can signal next track if this is intended to be a gapless stream
         * and current track metadata is set
         */
        if (stream->metadata_set == false)