mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-12 04:27:45 -05:00
more name hint interace updates
- add long card name to device description - create empty PCM plugin to allow right hint description parsing - reorder devices in alsa.conf - make namehint more configurable (using default.namehint.showall switch) - add two levels basic and exteded for hints to default configuration files - do not show direct device aliases - removed all known memory leaks
This commit is contained in:
parent
aa7a0dd70b
commit
1300e70573
20 changed files with 456 additions and 322 deletions
|
|
@ -493,16 +493,6 @@ static int snd_func_iops(snd_config_t **dst,
|
|||
}
|
||||
if (i == idx) {
|
||||
idx++;
|
||||
#if 1
|
||||
{
|
||||
snd_output_t *out;
|
||||
fprintf(stderr, "********* ID '%s':\n", id);
|
||||
snd_output_stdio_attach(&out, stderr, 0);
|
||||
snd_config_save(n, out);
|
||||
snd_output_close(out);
|
||||
printf("\n");
|
||||
}
|
||||
#endif
|
||||
err = snd_config_get_integer(n, &val);
|
||||
if (err < 0) {
|
||||
SNDERR("invalid integer for id %s", id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue