[alsa-devel] [PATCH 1/4] README: update Vinod's email
Update email address in README from old invalid id
Signed-off-by: Vinod Koul vkoul@kernel.org --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README index 689ca75e07fd..8ea6c26f5381 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ README for tinycompress ======================= - vinod.koul@linux.intel.com - ========================== + vkoul@kernel.org + ================
1. WHAT tinycompress is a userspace library for anyone who wants to use the ALSA
alsa userspace is now moved to github, so update it in README
Signed-off-by: Vinod Koul vkoul@kernel.org --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README b/README index 8ea6c26f5381..31b1e8b4f8c7 100644 --- a/README +++ b/README @@ -17,9 +17,11 @@ the usage of this API. Currently this contains support for playing the mp3 forma Git: git clone git://git.alsa-project.org/tinycompress.git Http: http://git.alsa-project.org/?p=tinycompress.git
+Github: https://github.com/alsa-project/tinycompress + 3. PATCHES Please send any enhancements/fixes to alsa developer mailing list at: -alsa-devel@alsa-project.org. +alsa-devel@alsa-project.org OR send a PULL-REQUEST using github
4. LICENSE tinycompress is provided under a dual BSD/LGPLv2.1 license. When using or
Signed-off-by: Vinod Koul vkoul@kernel.org --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README index 31b1e8b4f8c7..16c4aaf9fcf4 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ compressed APIs introduced in Linux 3.3 This library provides the APIs to open a ALSA compressed device and read/write compressed data like MP3 etc to it.
- This also includes a utility command line player (cplay) which demonstrates + This also includes a utility command line player (cplay) which demonstrates the usage of this API. Currently this contains support for playing the mp3 format
2. WHERE @@ -29,5 +29,5 @@ alsa-devel@alsa-project.org OR send a PULL-REQUEST using github
5. CREDITS - Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com for library design -- Navjot Singh navjot.singh@intel.com for writing the mp3 parser code +- Navjot Singh navjot.singh@intel.com for writing the mp3 parser code
Signed-off-by: Vinod Koul vkoul@kernel.org --- src/utils/cplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/utils/cplay.c b/src/utils/cplay.c index 87863a307b47..9ffa1dd86f7f 100644 --- a/src/utils/cplay.c +++ b/src/utils/cplay.c @@ -366,7 +366,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); } }
participants (1)
-
Vinod Koul