mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
change iface argument for namehint function to const char *
remove snd_ctl_iface_conf_name function
This commit is contained in:
parent
252fd43461
commit
03389a444b
6 changed files with 33 additions and 49 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue