mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
[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>
This commit is contained in:
parent
0664d888a5
commit
ca40587087
@ -678,7 +678,7 @@ static s32 *dbri_cmdlock(struct snd_dbri * dbri, int len)
|
|||||||
* The JUMP cmd points to the new cmd string.
|
* The JUMP cmd points to the new cmd string.
|
||||||
* It also releases the cmdlock spinlock.
|
* 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)
|
static void dbri_cmdsend(struct snd_dbri * dbri, s32 * cmd,int len)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user