aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/hda/hdac_controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/hda/hdac_controller.c b/sound/hda/hdac_controller.c
index 043065867656..6f1e99c9fed9 100644
--- a/sound/hda/hdac_controller.c
+++ b/sound/hda/hdac_controller.c
@@ -268,7 +268,7 @@ int snd_hdac_bus_parse_capabilities(struct hdac_bus *bus)
268 unsigned int offset; 268 unsigned int offset;
269 unsigned int counter = 0; 269 unsigned int counter = 0;
270 270
271 offset = snd_hdac_chip_readl(bus, LLCH); 271 offset = snd_hdac_chip_readw(bus, LLCH);
272 272
273 /* Lets walk the linked capabilities list */ 273 /* Lets walk the linked capabilities list */
274 do { 274 do {