]> git.baikalelectronics.ru Git - 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)
commita725c01dc354faf87e4814ffede3145b8fb09f07
tree263b59748121fd3c80ed237a00ced6c87185b1ca
parent900b95ae2b5722dc7ba2149cfacb6e3201068a8b
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