]> www.infradead.org Git - users/jedix/linux-maple.git/commit
firmware: cs_dsp: Make wmfw and bin filename arguments const char *
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Wed, 10 Jul 2024 10:36:38 +0000 (11:36 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 10 Jul 2024 17:45:03 +0000 (18:45 +0100)
commit584e86e14c59d36688633002613792923620d8c0
tree44f21562b12b322a6d199c413ca0081baa8a37fc
parentbff92858dfb9897e4c06c11aab0322e1aab822f7
firmware: cs_dsp: Make wmfw and bin filename arguments const char *

The wmfw_filename and bin_filename strings passed into cs_dsp_power_up()
and cs_dsp_adsp1_power_up() should be const char *.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20240710103640.78197-3-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/firmware/cirrus/cs_dsp.c
include/linux/firmware/cirrus/cs_dsp.h