ALSA: hda/tegra: remove redundant clock enable API
authorSameer Pujar <spujar@nvidia.com>
Tue, 22 Jan 2019 07:33:19 +0000 (13:03 +0530)
committerTakashi Iwai <tiwai@suse.de>
Tue, 22 Jan 2019 08:21:55 +0000 (09:21 +0100)
commit091aa420530c1f0c93745dc9e506bfa96f898702
tree834dc71c50158855b714663feac0693be19c5163
parentf2974aa21a414f9a2421fc69d2e289d3c74b2d3d
ALSA: hda/tegra: remove redundant clock enable API

Explicit clock enable is not required during probe, as this would be
managed by runtime PM calls. Clock can be enabled/disabled in runtime
resume/suspend. This way it is easier to balance clock enable/disable
counts.

Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com>
Reviewed-by: Mohan Kumar D <mkumard@nvidia.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_tegra.c