ALSA: hda/tegra: Use clk_bulk helpers
authorDmitry Osipenko <digetx@gmail.com>
Wed, 20 Jan 2021 00:31:49 +0000 (03:31 +0300)
committerTakashi Iwai <tiwai@suse.de>
Tue, 26 Jan 2021 06:32:10 +0000 (07:32 +0100)
commit3a465f027a33cbd2af74f882ad41729583195e8f
tree042dcf25b4b388ab98cee5aa265f33c80327066f
parente32da5eb627c9dd60fd245cb5beb3079e96890d1
ALSA: hda/tegra: Use clk_bulk helpers

Use clk_bulk helpers to make code cleaner. Note that this patch changed
the order in which clocks are enabled to make code look nicer, but this
doesn't matter in terms of hardware.

Tested-by: Peter Geis <pgwipeout@gmail.com> # Ouya T30 audio works
Tested-by: Matt Merhar <mattmerhar@protonmail.com> # Ouya T30 boot-tested
Tested-by: Nicolas Chauvet <kwizart@gmail.com> # TK1 boot-tested
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Link: https://lore.kernel.org/r/20210120003154.26749-2-digetx@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_tegra.c