summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingming Yin <mingming@codeaurora.org>2014-10-02 16:46:03 -0700
committerMingming Yin <mingming@codeaurora.org>2014-10-02 16:46:03 -0700
commit98db8bbca7b4508a479b07d1a80d9e9265d7f6d9 (patch)
tree3714cb6d9e6161bac7974ce2c83339cdefdca61b
parent1b390418e89f0ed95176cdb80c1538d66438294f (diff)
downloadandroid_hardware_qcom_audio-98db8bbca7b4508a479b07d1a80d9e9265d7f6d9.tar.gz
android_hardware_qcom_audio-98db8bbca7b4508a479b07d1a80d9e9265d7f6d9.tar.bz2
android_hardware_qcom_audio-98db8bbca7b4508a479b07d1a80d9e9265d7f6d9.zip
hal: fix warnings for speaker protection
- fix warnings for speaker protection in audio_extn.h Change-Id: I4034b68e80b5378dd2a8d8ebbfd9a9ef89804024
-rw-r--r--hal/audio_extn/audio_extn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/audio_extn/audio_extn.h b/hal/audio_extn/audio_extn.h
index 0cef6cb2..4c1416d9 100644
--- a/hal/audio_extn/audio_extn.h
+++ b/hal/audio_extn/audio_extn.h
@@ -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);