summaryrefslogtreecommitdiff
path: root/tools/intel_audio_dump.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 22:23:04 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 22:23:04 +0100
commit2d4656fb699dd9bc5329b69b2955a6e4c3753971 (patch)
treee3cbe968b421e749ad2c893e093c71ed45b1d494 /tools/intel_audio_dump.c
parentc03c6ceb293fd667a6b582377c182dfc3b6d0f32 (diff)
lib/intel_io: rename mmio setup functions
Makes their intent a bit clearer. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/intel_audio_dump.c')
-rw-r--r--tools/intel_audio_dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/intel_audio_dump.c b/tools/intel_audio_dump.c
index 26023743..f3bb9ebd 100644
--- a/tools/intel_audio_dump.c
+++ b/tools/intel_audio_dump.c
@@ -2277,9 +2277,9 @@ int main(int argc, char **argv)
do_self_tests();
if (argc == 2)
- intel_map_file(argv[1]);
+ intel_mmio_use_dump_file(argv[1]);
else
- intel_get_mmio(pci_dev);
+ intel_mmio_use_pci_bar(pci_dev);
if (IS_VALLEYVIEW(devid)) {
printf("Valleyview audio registers:\n\n");