mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
ASoC: cs42l43: Add missing statics for hp_ilimit functions
Fixes: bbbc18d8c2
("ASoC: cs42l43: Allow HP amp to cool off after current limit")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://msgid.link/r/20231212104149.2388753-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
bbbc18d8c2
commit
5ed06e489d
@ -139,7 +139,7 @@ CS42L43_IRQ_ERROR(spkl_therm_warm)
|
||||
CS42L43_IRQ_ERROR(spkr_sc_detect)
|
||||
CS42L43_IRQ_ERROR(spkl_sc_detect)
|
||||
|
||||
void cs42l43_hp_ilimit_clear_work(struct work_struct *work)
|
||||
static void cs42l43_hp_ilimit_clear_work(struct work_struct *work)
|
||||
{
|
||||
struct cs42l43_codec *priv = container_of(work, struct cs42l43_codec,
|
||||
hp_ilimit_clear_work.work);
|
||||
@ -156,7 +156,7 @@ void cs42l43_hp_ilimit_clear_work(struct work_struct *work)
|
||||
snd_soc_dapm_mutex_unlock(dapm);
|
||||
}
|
||||
|
||||
void cs42l43_hp_ilimit_work(struct work_struct *work)
|
||||
static void cs42l43_hp_ilimit_work(struct work_struct *work)
|
||||
{
|
||||
struct cs42l43_codec *priv = container_of(work, struct cs42l43_codec,
|
||||
hp_ilimit_work);
|
||||
|
Loading…
Reference in New Issue
Block a user