Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98db8bbc authored by Mingming Yin's avatar Mingming Yin
Browse files

hal: fix warnings for speaker protection

- fix warnings for speaker protection in audio_extn.h

Change-Id: I4034b68e80b5378dd2a8d8ebbfd9a9ef89804024
parent 1b390418
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ int32_t audio_extn_read_xml(struct audio_device *adev, uint32_t mixer_card,
#else
void audio_extn_spkr_prot_init(void *adev);
int audio_extn_spkr_prot_start_processing(snd_device_t snd_device);
void audio_extn_spkr_prot_stop_processing(snd_device);
void audio_extn_spkr_prot_stop_processing(snd_device_t snd_device);
bool audio_extn_spkr_prot_is_enabled();
int audio_extn_spkr_prot_get_acdb_id(snd_device_t snd_device);
int audio_extn_get_spkr_prot_snd_device(snd_device_t snd_device);