ALSA: hda - restore BCLK M/N value as per CDCLK for HSW/BDW display HDA controller
authorMengdong Lin <mengdong.lin@intel.com>
Thu, 3 Jul 2014 09:02:23 +0000 (17:02 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 4 Jul 2014 05:47:22 +0000 (07:47 +0200)
commite4d9e513dedb5ac4e166c1053314fa935ddecc8c
tree7c5159dd08ef78189302ef7669ddd532b6dd09cc
parentc149dcb5c60bfea8871f16dfcc0690255eeb825f
ALSA: hda - restore BCLK M/N value as per CDCLK for HSW/BDW display HDA controller

For HSW/BDW display HD-A controller, hda_set_bclk() is defined to set BCLK
by programming the M/N values as per the core display clock (CDCLK) queried from
i915 display driver.

And the audio driver will also set BCLK in azx_first_init() since the display
driver can turn off the shared power in boot phase if only eDP is connected
and M/N values will be lost and must be reprogrammed.

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_i915.c
sound/pci/hda/hda_i915.h
sound/pci/hda/hda_intel.c