From d2aadec5e4ddcacf726a6a065c65441b08ba8d2d Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 12 May 2009 08:28:06 +0200 Subject: [PATCH] snd_card_get_index() - extend comment for last change Signed-off-by: Jaroslav Kysela --- src/control/cards.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/control/cards.c b/src/control/cards.c index aec823ec..6208c73e 100644 --- a/src/control/cards.c +++ b/src/control/cards.c @@ -120,6 +120,7 @@ int snd_card_next(int *rcard) * * The accepted format is an integer value in ASCII representation * or the card identifier (the id parameter for sound-card drivers). + * The control device name like /dev/snd/controlC0 is accepted, too. */ int snd_card_get_index(const char *string) { -- 2.11.0