diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2006-12-18 08:41:03 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:02:37 -0500 |
commit | ca40587087fc05c670f4f2650cc466d557377f6d (patch) | |
tree | 4329beec9d882330e3d9a1126d544c3a1dd22857 /sound/sparc | |
parent | 0664d888a55ff99c8556690a3ae7c76dc1389008 (diff) |
[ALSA] sparc dbri comment fix
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>
Diffstat (limited to 'sound/sparc')
-rw-r--r-- | sound/sparc/dbri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c index 4ceb09d215d8..25a2a7333006 100644 --- a/sound/sparc/dbri.c +++ b/sound/sparc/dbri.c | |||
@@ -678,7 +678,7 @@ static s32 *dbri_cmdlock(struct snd_dbri * dbri, int len) | |||
678 | * The JUMP cmd points to the new cmd string. | 678 | * The JUMP cmd points to the new cmd string. |
679 | * It also releases the cmdlock spinlock. | 679 | * It also releases the cmdlock spinlock. |
680 | * | 680 | * |
681 | * Lock must not be held before calling this. | 681 | * Lock must be held before calling this. |
682 | */ | 682 | */ |
683 | static void dbri_cmdsend(struct snd_dbri * dbri, s32 * cmd,int len) | 683 | static void dbri_cmdsend(struct snd_dbri * dbri, s32 * cmd,int len) |
684 | { | 684 | { |