From: Takashi Iwai Date: Wed, 19 Feb 2003 09:37:01 +0000 (+0000) Subject: removed the obsolete snd_ prefix. X-Git-Tag: v1.0.3~273 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=be07243fe4fc00d927e7bb0a33f88c9fc14cc1df;p=alsa-lib.git removed the obsolete snd_ prefix. --- 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) {