File tree Expand file tree Collapse file tree 14 files changed +17
-18
lines changed Expand file tree Collapse file tree 14 files changed +17
-18
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ static struct pci_driver snd_sof_pci_amd_acp63_driver = {
104
104
.probe = acp63_pci_probe ,
105
105
.remove = acp63_pci_remove ,
106
106
.driver = {
107
- .pm = & sof_pci_pm ,
107
+ .pm = pm_ptr ( & sof_pci_pm ) ,
108
108
},
109
109
};
110
110
module_pci_driver (snd_sof_pci_amd_acp63_driver );
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ static struct pci_driver snd_sof_pci_amd_acp70_driver = {
100
100
.probe = acp70_pci_probe ,
101
101
.remove = acp70_pci_remove ,
102
102
.driver = {
103
- .pm = & sof_pci_pm ,
103
+ .pm = pm_ptr ( & sof_pci_pm ) ,
104
104
},
105
105
};
106
106
module_pci_driver (snd_sof_pci_amd_acp70_driver );
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ static struct pci_driver snd_sof_pci_amd_rn_driver = {
97
97
.probe = acp_pci_rn_probe ,
98
98
.remove = acp_pci_rn_remove ,
99
99
.driver = {
100
- .pm = & sof_pci_pm ,
100
+ .pm = pm_ptr ( & sof_pci_pm ) ,
101
101
},
102
102
};
103
103
module_pci_driver (snd_sof_pci_amd_rn_driver );
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ static struct pci_driver snd_sof_pci_amd_vgh_driver = {
90
90
.probe = acp_pci_vgh_probe ,
91
91
.remove = acp_pci_vgh_remove ,
92
92
.driver = {
93
- .pm = & sof_pci_pm ,
93
+ .pm = pm_ptr ( & sof_pci_pm ) ,
94
94
},
95
95
};
96
96
module_pci_driver (snd_sof_pci_amd_vgh_driver );
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ static struct pci_driver snd_sof_pci_intel_apl_driver = {
99
99
.remove = sof_pci_remove ,
100
100
.shutdown = sof_pci_shutdown ,
101
101
.driver = {
102
- .pm = & sof_pci_pm ,
102
+ .pm = pm_ptr ( & sof_pci_pm ) ,
103
103
},
104
104
};
105
105
module_pci_driver (snd_sof_pci_intel_apl_driver );
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ static struct pci_driver snd_sof_pci_intel_cnl_driver = {
137
137
.remove = sof_pci_remove ,
138
138
.shutdown = sof_pci_shutdown ,
139
139
.driver = {
140
- .pm = & sof_pci_pm ,
140
+ .pm = pm_ptr ( & sof_pci_pm ) ,
141
141
},
142
142
};
143
143
module_pci_driver (snd_sof_pci_intel_cnl_driver );
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ static struct pci_driver snd_sof_pci_intel_icl_driver = {
102
102
.remove = sof_pci_remove ,
103
103
.shutdown = sof_pci_shutdown ,
104
104
.driver = {
105
- .pm = & sof_pci_pm ,
105
+ .pm = pm_ptr ( & sof_pci_pm ) ,
106
106
},
107
107
};
108
108
module_pci_driver (snd_sof_pci_intel_icl_driver );
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ static struct pci_driver snd_sof_pci_intel_lnl_driver = {
72
72
.remove = sof_pci_remove ,
73
73
.shutdown = sof_pci_shutdown ,
74
74
.driver = {
75
- .pm = & sof_pci_pm ,
75
+ .pm = pm_ptr ( & sof_pci_pm ) ,
76
76
},
77
77
};
78
78
module_pci_driver (snd_sof_pci_intel_lnl_driver );
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ static struct pci_driver snd_sof_pci_intel_mtl_driver = {
135
135
.remove = sof_pci_remove ,
136
136
.shutdown = sof_pci_shutdown ,
137
137
.driver = {
138
- .pm = & sof_pci_pm ,
138
+ .pm = pm_ptr ( & sof_pci_pm ) ,
139
139
},
140
140
};
141
141
module_pci_driver (snd_sof_pci_intel_mtl_driver );
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ static struct pci_driver snd_sof_pci_intel_ptl_driver = {
71
71
.remove = sof_pci_remove ,
72
72
.shutdown = sof_pci_shutdown ,
73
73
.driver = {
74
- .pm = & sof_pci_pm ,
74
+ .pm = pm_ptr ( & sof_pci_pm ) ,
75
75
},
76
76
};
77
77
module_pci_driver (snd_sof_pci_intel_ptl_driver );
You can’t perform that action at this time.
0 commit comments