audio: intel-hda: do not use old_mmio accesses
commita6b0bdc8fb4ca57a4274205659bbe91d78c23f22
authorMatt Parker <mtparkr@gmail.com>
Sun, 27 Aug 2017 19:20:38 +0000 (27 20:20 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 18 Sep 2017 11:13:32 +0000 (18 13:13 +0200)
treecc9bc88e2df4de12823d0667b30bd29550687bb8
parent4bb3893908385836410346725dd9e584dcd24836
audio: intel-hda: do not use old_mmio accesses

intel-hda is currently using the old_mmio accessors for io.
This updates the device to use .read and .write accessors instead.

Signed-off-by: Matt Parker <mtparkr@gmail.com>
Message-id: 20170827192038.28930-1-mtparkr@gmail.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/audio/intel-hda.c