]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite26f88570cc23cccc407e0b81626447b2fa71604
tree834dc71c50158855b714663feac0693be19c5163
parent6f759c1058443ce514c4d28a244a701272d04fdf
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