change iface argument for namehint function to const char *

remove snd_ctl_iface_conf_name function
This commit is contained in:
Jaroslav Kysela 2006-10-27 13:31:32 +02:00
parent 252fd43461
commit 03389a444b
6 changed files with 33 additions and 49 deletions

View file

@ -836,7 +836,7 @@ static int snd_seq_open_conf(snd_seq_t **seqp, const char *name,
#ifndef PIC
extern void *snd_seq_open_symbols(void);
#endif
void *h;
void *h = NULL;
if (snd_config_get_type(seq_conf) != SND_CONFIG_TYPE_COMPOUND) {
if (name)
SNDERR("Invalid type for SEQ %s definition", name);