diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-03-04 20:25:30 +0530 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-03-04 17:49:42 +0100 |
commit | 41eb94fd26f6c150b0460e01ecc84d643355f9b6 (patch) | |
tree | e99cdc8786c0dd156214bb847b2ef7f43835b42f /sound/core | |
parent | 862bca5d16c631d0a5d39a6f24857a5148970afb (diff) | |
download | linux-stable-41eb94fd26f6c150b0460e01ecc84d643355f9b6.tar.gz linux-stable-41eb94fd26f6c150b0460e01ecc84d643355f9b6.tar.bz2 linux-stable-41eb94fd26f6c150b0460e01ecc84d643355f9b6.zip |
ALSA: compress: fix some typos
Found few typos while looking at code, so fix them
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/compress_offload.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/core/compress_offload.c b/sound/core/compress_offload.c index a5b213e4cd7b..94de9302193f 100644 --- a/sound/core/compress_offload.c +++ b/sound/core/compress_offload.c @@ -69,10 +69,10 @@ struct snd_compr_file { /* * a note on stream states used: - * we use follwing states in the compressed core + * we use following states in the compressed core * SNDRV_PCM_STATE_OPEN: When stream has been opened. * SNDRV_PCM_STATE_SETUP: When stream has been initialized. This is done by - * calling SNDRV_COMPRESS_SET_PARAMS. running streams will come to this + * calling SNDRV_COMPRESS_SET_PARAMS. Running streams will come to this * state at stop by calling SNDRV_COMPRESS_STOP, or at end of drain. * SNDRV_PCM_STATE_PREPARED: When a stream has been written to (for * playback only). User after setting up stream writes the data buffer |