From be07243fe4fc00d927e7bb0a33f88c9fc14cc1df Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 19 Feb 2003 09:37:01 +0000 Subject: [PATCH] removed the obsolete snd_ prefix. --- src/control/cards.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/cards.c b/src/control/cards.c index ef72e975..994ffbe1 100644 --- a/src/control/cards.c +++ b/src/control/cards.c @@ -97,7 +97,7 @@ int snd_card_next(int *rcard) * \return zero if success, otherwise a negative error code * * The accepted format is an integer value in ASCII representation - * or the card identifier (snd_id parameter for sound-card drivers). + * or the card identifier (the id parameter for sound-card drivers). */ int snd_card_get_index(const char *string) { -- 2.47.1