ALSA: hda - Rename reg access ops in hda_controller_ops
authorDylan Reid <dgreid@chromium.org>
Mon, 3 Mar 2014 04:44:00 +0000 (20:44 -0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 3 Mar 2014 08:53:21 +0000 (09:53 +0100)
commit778bde6f59e062a44df5e82646db71c9ef84c18a
treef83ce3c3edc931d77d615b83920c7e7f970cccdd
parent7c3e438add2710f9a92017e2d942081db4f88909
ALSA: hda - Rename reg access ops in hda_controller_ops

Using readl, writel, etc. resulted in some architectures, such as
s390, expanding the member names into zpci_writel.  Obviously not the
intended result.

Fixes s390 build breakage introduced by "4083081 - ALSA: hda - Allow
different ops to read/write registers"

Signed-off-by: Dylan Reid <dgreid@chromium.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c
sound/pci/hda/hda_priv.h
This page took 0.027144 seconds and 5 git commands to generate.