File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
include/linux/firmware/cirrus Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2410,8 +2410,8 @@ EXPORT_SYMBOL_NS_GPL(cs_dsp_adsp1_init, FW_CS_DSP);
2410
2410
* Return: Zero for success, a negative number on error.
2411
2411
*/
2412
2412
int cs_dsp_adsp1_power_up (struct cs_dsp * dsp ,
2413
- const struct firmware * wmfw_firmware , char * wmfw_filename ,
2414
- const struct firmware * coeff_firmware , char * coeff_filename ,
2413
+ const struct firmware * wmfw_firmware , const char * wmfw_filename ,
2414
+ const struct firmware * coeff_firmware , const char * coeff_filename ,
2415
2415
const char * fw_name )
2416
2416
{
2417
2417
unsigned int val ;
@@ -2704,8 +2704,8 @@ static void cs_dsp_halo_stop_watchdog(struct cs_dsp *dsp)
2704
2704
* Return: Zero for success, a negative number on error.
2705
2705
*/
2706
2706
int cs_dsp_power_up (struct cs_dsp * dsp ,
2707
- const struct firmware * wmfw_firmware , char * wmfw_filename ,
2708
- const struct firmware * coeff_firmware , char * coeff_filename ,
2707
+ const struct firmware * wmfw_firmware , const char * wmfw_filename ,
2708
+ const struct firmware * coeff_firmware , const char * coeff_filename ,
2709
2709
const char * fw_name )
2710
2710
{
2711
2711
int ret ;
Original file line number Diff line number Diff line change @@ -213,13 +213,13 @@ int cs_dsp_adsp2_init(struct cs_dsp *dsp);
213
213
int cs_dsp_halo_init (struct cs_dsp * dsp );
214
214
215
215
int cs_dsp_adsp1_power_up (struct cs_dsp * dsp ,
216
- const struct firmware * wmfw_firmware , char * wmfw_filename ,
217
- const struct firmware * coeff_firmware , char * coeff_filename ,
216
+ const struct firmware * wmfw_firmware , const char * wmfw_filename ,
217
+ const struct firmware * coeff_firmware , const char * coeff_filename ,
218
218
const char * fw_name );
219
219
void cs_dsp_adsp1_power_down (struct cs_dsp * dsp );
220
220
int cs_dsp_power_up (struct cs_dsp * dsp ,
221
- const struct firmware * wmfw_firmware , char * wmfw_filename ,
222
- const struct firmware * coeff_firmware , char * coeff_filename ,
221
+ const struct firmware * wmfw_firmware , const char * wmfw_filename ,
222
+ const struct firmware * coeff_firmware , const char * coeff_filename ,
223
223
const char * fw_name );
224
224
void cs_dsp_power_down (struct cs_dsp * dsp );
225
225
int cs_dsp_run (struct cs_dsp * dsp );
You can’t perform that action at this time.
0 commit comments