]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: SOF: pcm: Set the PCM device name for HDMI
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Wed, 29 Oct 2025 10:51:34 +0000 (12:51 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 29 Oct 2025 20:14:43 +0000 (20:14 +0000)
commit541aecd34383a85eaf7c8556779466e394554fed
tree6927013790de85e63f5d35ae4a51d89bbe2168c5
parente2ff7154813a3834692703852604b2099ecf043a
ASoC: SOF: pcm: Set the PCM device name for HDMI

User space (alsa-lib) uses the PCM device name to detect HDMI devices, the
name is expected to be in form of 'HDMI'+<space>+number.
The PCM device name is not configured in ASoC, only the PCM id is set based
on the loaded topology.

Detect the HDMI PCM playback devices and configure the name to help user
space to handle HDMI PCMs correctly.

aplay -l | grep HDMI (Audio capable monitor connected)
Before the change:
card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI1 (*) []
card 0: sofhdadsp [sof-hda-dsp], device 4: HDMI2 (*) []
card 0: sofhdadsp [sof-hda-dsp], device 5: HDMI3 (*) []

after the change:
card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI1 (*) [DELL P1917S]
card 0: sofhdadsp [sof-hda-dsp], device 4: HDMI2 (*) [HDMI 2]
card 0: sofhdadsp [sof-hda-dsp], device 5: HDMI3 (*) [HDMI 3]

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://patch.msgid.link/20251029105134.1342-1-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/pcm.c