ALSA: hda/hdmi: set default audio parameters for KAE silent-stream
authorKai Vehmanen <kai.vehmanen@linux.intel.com>
Fri, 9 Dec 2022 10:18:21 +0000 (12:18 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Dec 2022 11:06:14 +0000 (12:06 +0100)
commitb17e7ea041d8b565063632501ca4597afd105102
tree35cd441ad156bc94a91f9f6bffd7b77b067ff325
parentada261b690ecd5c2f55f0c51bdf11d852a4561a6
ALSA: hda/hdmi: set default audio parameters for KAE silent-stream

If the stream-id is zero, the keep-alive (KAE) will only ensure clock is
generated, but no audio samples are sent over display link. This happens
before first real audio stream is played out to a newly connected
receiver.

Reuse the code in silent_stream_enable() to set up stream parameters
to sane defaults values, also when using the newer keep-alive flow.

Fixes: 15175a4f2bbb ("ALSA: hda/hdmi: add keep-alive support for ADL-P and DG2")
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Tested-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://lore.kernel.org/r/20221209101822.3893675-3-kai.vehmanen@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c