Congruent iface naming

This commit is contained in:
Abramo Bagnara 2000-08-26 08:30:41 +00:00
parent daa1208d5f
commit 762dd6b564

View file

@ -250,7 +250,7 @@ static int get_control(snd_ctl_t *handle, snd_control_id_t *id, snd_config_t *to
}
switch (info.id.iface) {
case SND_CONTROL_IFACE_CARD:
s = "global";
s = "card";
break;
case SND_CONTROL_IFACE_HWDEP:
s = "hwdep";