Commit 5f51de7
ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspend
The runtime_resume function calls prmg_load and apply_calibration
functions, but system_resume also calls them, so calling
pm_runtime_force_resume before reset is unnecessary.
For consistency, do not call the pm_runtime_force_suspend in
system_suspend, as runtime_suspend does the same.
Fixes: 5be27f1 ("ALSA: hda/tas2781: Add tas2781 HDA driver")
Signed-off-by: Gergo Koteles <soyer@irl.hu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Message-ID: <d0b4cc1248b9d375d59c009563da42d60d69eac3.1709918447.git.soyer@irl.hu>1 parent bec7760 commit 5f51de7
1 file changed
+1
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
873 | | - | |
874 | 873 | | |
875 | 874 | | |
876 | 875 | | |
877 | | - | |
878 | | - | |
879 | | - | |
880 | | - | |
881 | 876 | | |
882 | 877 | | |
883 | 878 | | |
| |||
895 | 890 | | |
896 | 891 | | |
897 | 892 | | |
898 | | - | |
| 893 | + | |
899 | 894 | | |
900 | 895 | | |
901 | 896 | | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | | - | |
906 | 897 | | |
907 | 898 | | |
908 | 899 | | |
| |||
0 commit comments