diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-04-14 22:06:53 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-04-16 07:37:02 +0200 |
commit | ccc98865aa44184e34de8df96dc837726c978949 (patch) | |
tree | d8677756b970002c378269c56a1b6313599ea743 /sound/pci/hda/hda_tegra.c | |
parent | 7833c3f85b88561c245a9cb1e42eafec9dca7154 (diff) |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c index e25e0df7f067..c6fc96afbdc1 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); |