intel_audio_dump/hsw: remove misuse of PCH transcoder configuration register
authorMengdong Lin <mengdong.lin@intel.com>
Mon, 9 Sep 2013 19:38:20 +0000 (15:38 -0400)
committerBen Widawsky <benjamin.widawsky@intel.com>
Mon, 16 Sep 2013 21:20:28 +0000 (14:20 -0700)
commitcac586586ddcf9fa1679c35236cd0674237f3d37
treec275eac718e29f3d668f8b1327af3c50556f1411
parentbe28ba071baf33afa1852ed0fd9b4efee699cdbd
intel_audio_dump/hsw: remove misuse of PCH transcoder configuration register

The PCH transcoder config register (PCH_TRANS_CONF, 0xf0008) is not the
correct config register for transcoder A, B or C. This register is in
PCH and for CRT display, nothing to do with display audio.

So This patch removes misuse of it as config register for transcoder A/B/C.

Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
Reviewed-by: Haihao Xiang <haihao.xiang@intel.com>
Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
tools/intel_audio_dump.c