alsa-project / alsa-lib

The Advanced Linux Sound Architecture (ALSA) - library
GNU Lesser General Public License v2.1
344 stars 173 forks source link

conf: aliases: hdmi: Include unconditionally the pcm/hdmi.conf #393

Closed ujfalusi closed 2 months ago

ujfalusi commented 2 months ago

The hdmi.conf contains the high level macro to be used by cards to create the hdmi: device. Instead of including it in different config files, include it in the main aliases.conf and remove it's inclusion by other config files.

This change is needed to add support for the hdmi: device mapping via UCM.

Suggested-by: Jaroslav Kysela perex@perex.cz

ujfalusi commented 2 months ago

@perexg, FYI

ujfalusi commented 2 months ago

Reference UCM pull request: https://github.com/alsa-project/alsa-ucm-conf/pull/411