summaryrefslogtreecommitdiff
path: root/amixer
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2003-04-01 14:09:09 +0000
committerJaroslav Kysela <perex@perex.cz>2003-04-01 14:09:09 +0000
commitc8965f5622bcdfe5f35115c3ce3755c52b2a72e7 (patch)
treea33329abf432866a96c9f71fcbde64f8bb35c69d /amixer
parent537a149da29f2e3e56f979d08a25a700bd893722 (diff)
alsactl: indirect removal; amixer - fixed typos
Diffstat (limited to 'amixer')
-rw-r--r--amixer/amixer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amixer/amixer.c b/amixer/amixer.c
index 0fe6d88..76cca8d 100644
--- a/amixer/amixer.c
+++ b/amixer/amixer.c
@@ -92,12 +92,12 @@ static int info(void)
snd_ctl_elem_list_alloca(&clist);
if ((err = snd_ctl_open(&handle, card, 0)) < 0) {
- error("Control device %i open error: %s", card, snd_strerror(err));
+ error("Control device %s open error: %s", card, snd_strerror(err));
return err;
}
if ((err = snd_ctl_card_info(handle, info)) < 0) {
- error("Control device %i hw info error: %s", card, snd_strerror(err));
+ error("Control device %s hw info error: %s", card, snd_strerror(err));
return err;
}
printf("Card %s '%s'/'%s'\n", card, snd_ctl_card_info_get_id(info),