Dne 27.11.2018 v 14:08 Takashi Iwai napsal(a):
We have placed UCM profile snippets to be included by the main config files also in the same directory, src/conf/ucm, it confuses alsaucm program that scans over all subdirectories. It thinks such a file is also the main config file, and spews errors like: % alsaucm ALSA lib utils.c:67:(uc_mgr_config_load) could not open configuration file /usr/share/alsa/ucm/bytcr/bytcr.conf ALSA lib parser.c:1427:(load_master_config) error: could not parse configuration for card bytcr alsaucm: unable to obtain card list: No such file or directory
For avoiding this, move UCM profile snippets into the own root directory, src/conf/ucm-includes, and include them by changing the include with "searchdir:ucm-includes".
Suggested-by: Hans de Goede hdegoede@redhat.com Signed-off-by: Takashi Iwai tiwai@suse.de
Acked-by: Jaroslav Kysela perex@perex.cz