summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_tegra.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-04-14 20:06:53 (GMT)
committerTakashi Iwai <tiwai@suse.de>2015-04-16 05:37:02 (GMT)
commitccc98865aa44184e34de8df96dc837726c978949 (patch)
treed8677756b970002c378269c56a1b6313599ea743 /sound/pci/hda/hda_tegra.c
parent7833c3f85b88561c245a9cb1e42eafec9dca7154 (diff)
downloadlinux-ccc98865aa44184e34de8df96dc837726c978949.tar.xz
ALSA: hda - Migrate more hdac_stream codes
... including dsp loader helpers. Lots of codes removed. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_tegra.c')
-rw-r--r--sound/pci/hda/hda_tegra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c
index e25e0df..c6fc96a 100644
--- a/sound/pci/hda/hda_tegra.c
+++ b/sound/pci/hda/hda_tegra.c
@@ -325,6 +325,7 @@ static int hda_tegra_init_chip(struct azx *chip, struct platform_device *pdev)
return PTR_ERR(hda->regs);
chip->remap_addr = hda->regs + HDA_BAR0;
+ azx_bus(chip)->remap_addr = chip->remap_addr; /* FIXME */
chip->addr = res->start + HDA_BAR0;
err = hda_tegra_enable_clocks(hda);