summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-10-07 04:40:53 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2014-10-07 04:40:53 -0700
commit987af8e86b2aeaddc4865428d5c5cedb05ea258c (patch)
tree6c18e3007c1560102a4d7a8ae5da0c334ff2ea3c
parentf7e7f7c2c8946d9aef9534aad81df7539e1f60c5 (diff)
parent98db8bbca7b4508a479b07d1a80d9e9265d7f6d9 (diff)
downloadandroid_hardware_qcom_audio-987af8e86b2aeaddc4865428d5c5cedb05ea258c.tar.gz
android_hardware_qcom_audio-987af8e86b2aeaddc4865428d5c5cedb05ea258c.tar.bz2
android_hardware_qcom_audio-987af8e86b2aeaddc4865428d5c5cedb05ea258c.zip
Merge "hal: fix warnings for speaker protection"
-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);