diff options
author | Jaroslav Kysela <perex@perex.cz> | 2006-10-12 14:34:23 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2006-10-12 14:34:23 +0200 |
commit | 1300e70573561db00eea2c4203d42d8bccb454f3 (patch) | |
tree | 841424224f3d5c9a9c17386d55b34fd7776e204c /src/confmisc.c | |
parent | aa7a0dd70b333ab9c3fc4955d4b5c0d9e0b344fa (diff) |
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
Diffstat (limited to 'src/confmisc.c')
-rw-r--r-- | src/confmisc.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/confmisc.c b/src/confmisc.c index a77bd893..81445835 100644 --- a/src/confmisc.c +++ b/src/confmisc.c @@ -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); |