]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - restore BCLK M/N values when resuming HSW/BDW display controller
authorMengdong Lin <mengdong.lin@intel.com>
Thu, 26 Jun 2014 10:45:16 +0000 (18:45 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Jun 2014 13:47:42 +0000 (15:47 +0200)
commitc6ca546060204fe9941f7fb43af2387cc2511854
tree2db9f7483d06befd0b159f3b08450eba06e712ab
parentfae88176d8c4870ea8745623f1115cc9dd196d28
ALSA: hda - restore BCLK M/N values when resuming HSW/BDW display controller

For Intel Haswell/Broadwell display HD-A controller, the 24MHz HD-A link BCLK
is converted from Core Display Clock (CDCLK): BCLK = CDCLK * M / N
And there are two registers EM4 and EM5 to program M, N value respectively.
The EM4/EM5 values will be lost and when the display power well is disabled.

BIOS programs CDCLK selected by OEM and EM4/EM5, but BIOS has no idea about
display power well on/off at runtime. So the M/N can be wrong if non-default
CDCLK is used when the audio controller resumes, which results in an invalid
BCLK and abnormal audio playback rate. So this patch saves and restores valid
M/N values on controller suspend/resume.

And 'struct hda_intel' is defined to contain standard HD-A 'struct azx' and
Intel specific fields, as Takashi suggested.

Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c