]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ALSA] sparc dbri comment fix
authorKrzysztof Helt <krzysztof.h1@wp.pl>
Mon, 18 Dec 2006 13:41:03 +0000 (14:41 +0100)
committerJaroslav Kysela <perex@suse.cz>
Fri, 9 Feb 2007 08:02:37 +0000 (09:02 +0100)
This is a comment fix to avoid misleading about locking in the
dbri_cmdsend.

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/sparc/dbri.c

index 4ceb09d215d8b5b3d10ccc1a7bafb0d01e0d9a43..25a2a733300677162e28186b5e2b274751c9a10f 100644 (file)
@@ -678,7 +678,7 @@ static s32 *dbri_cmdlock(struct snd_dbri * dbri, int len)
  * The JUMP cmd points to the new cmd string.
  * It also releases the cmdlock spinlock.
  *
- * Lock must not be held before calling this.
+ * Lock must be held before calling this.
  */
 static void dbri_cmdsend(struct snd_dbri * dbri, s32 * cmd,int len)
 {