[alsa-devel] [PATCH] tinycompress: cplay: Correct a couple of small message typos
Change-Id: I2b25d006328f1a9458f232f77c61e509c9b54d3c Signed-off-by: Charles Keepax ckeepax@opensource.wolfsonmicro.com --- cplay.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cplay.c b/cplay.c index 60995a4..d9364f4 100644 --- a/cplay.c +++ b/cplay.c @@ -337,7 +337,7 @@ void play_samples(char *name, unsigned int card, unsigned int device, goto BUF_EXIT; } if (wrote != num_read) { - /* TODO: Buufer pointer needs to be set here */ + /* TODO: Buffer pointer needs to be set here */ fprintf(stderr, "We wrote %d, DSP accepted %d\n", num_read, wrote); } if (verbose) { @@ -348,7 +348,7 @@ void play_samples(char *name, unsigned int card, unsigned int device, } while (num_read > 0);
if (verbose) - printf("%s: exit sucess\n", __func__); + printf("%s: exit success\n", __func__); /* issue drain if it supports */ compress_drain(compress); free(buffer);
On Mon, Apr 15, 2013 at 05:39:39PM +0100, Richard Fitzgerald wrote:
Change-Id: I2b25d006328f1a9458f232f77c61e509c9b54d3c
You need to strip these
Signed-off-by: Charles Keepax ckeepax@opensource.wolfsonmicro.com
and add s-o-b by the author
I have fixed it up and applied, thanks
-- ~Vinod
cplay.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cplay.c b/cplay.c index 60995a4..d9364f4 100644 --- a/cplay.c +++ b/cplay.c @@ -337,7 +337,7 @@ void play_samples(char *name, unsigned int card, unsigned int device, goto BUF_EXIT; } if (wrote != num_read) {
/* TODO: Buufer pointer needs to be set here */
/* TODO: Buffer pointer needs to be set here */ fprintf(stderr, "We wrote %d, DSP accepted %d\n", num_read, wrote); } if (verbose) {
@@ -348,7 +348,7 @@ void play_samples(char *name, unsigned int card, unsigned int device, } while (num_read > 0);
if (verbose)
printf("%s: exit sucess\n", __func__);
/* issue drain if it supports */ compress_drain(compress); free(buffer);printf("%s: exit success\n", __func__);
-- 1.7.2.5
Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
participants (2)
-
Richard Fitzgerald
-
Vinod Koul