mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-25 06:59:54 -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
|
|
@ -46,6 +46,9 @@ endif
|
|||
if BUILD_PCM_PLUGIN_NULL
|
||||
libpcm_la_SOURCES += pcm_null.c
|
||||
endif
|
||||
if BUILD_PCM_PLUGIN_EMPTY
|
||||
libpcm_la_SOURCES += pcm_empty.c
|
||||
endif
|
||||
if BUILD_PCM_PLUGIN_SHARE
|
||||
libpcm_la_SOURCES += pcm_share.c
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue