ALSA: hda: Properly setup HDMI stream
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Fri, 12 Jan 2024 11:33:49 +0000 (12:33 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 12 Jan 2024 16:47:23 +0000 (17:47 +0100)
commit454abb80e26ab85323a30e52aa7b0ee9aae1d38a
treeb9ab7c1cd3e9d238d314671ceb8ffb2948f16255
parenta03cfad512ac24a35184d7d87ec0d5489e1cb763
ALSA: hda: Properly setup HDMI stream

Since commit 4005d1ba0a7e ("ASoC: soc-dai: don't call PCM audio ops if
the stream is not supported") HDMI playback is broken with avs driver.
This happens because for HDMI stream (unlike generic HDA one)
channels_min for stream is not set when creating PCMs. Fix this by
setting the value based on first available converter.

Fixes: 4005d1ba0a7e ("ASoC: soc-dai: don't call PCM audio ops if the stream is not supported")
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://lore.kernel.org/r/20240112113349.2905328-1-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c