intel_audio_dump: fix Ironlake detection
authorWu Fengguang <fengguang.wu@intel.com>
Sat, 12 Nov 2011 03:12:44 +0000 (11:12 +0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 3 Jan 2012 12:58:22 +0000 (13:58 +0100)
commit63e3c37838aefb7e8a715eda29e1ca635fa21c63
treec9e910959428f7ad7b400154c74ef69257cbb6d0
parent305443cf0ae5cc7566aceb6dc37aa3f51f51c9fb
intel_audio_dump: fix Ironlake detection

The original test mistakenly calls dump_cpt() for Ironlake,
due to HAS_PCH_SPLIT := IS_GEN5 || IS_GEN6 || IS_GEN7.

Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tools/intel_audio_dump.c