]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ALSA: x86: hdmi: continue playback even when display resolution changes
authorJerome Anand <jerome.anand@intel.com>
Tue, 24 Jan 2017 22:57:53 +0000 (04:27 +0530)
committerTakashi Iwai <tiwai@suse.de>
Wed, 25 Jan 2017 13:24:19 +0000 (14:24 +0100)
commit232892fb14265b07b7a50061f36aaa5a6b81fb9d
tree263b59748121fd3c80ed237a00ced6c87185b1ca
parent5dab11d89777230b3ff38f19ee1b6fbba9688b23
ALSA: x86: hdmi: continue playback even when display resolution changes

When the display resolution changes, the drm disables the
display pipes due to which audio rendering stops. At this
time, we need to ensure the existing audio pointers and
buffers are cleared out so that the playback can restarted
once the display pipe is enabled with a different N/CTS values

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Jerome Anand <jerome.anand@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/intel_hdmi_audio.c