Loading hal/audio_extn/audio_extn.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -192,7 +192,7 @@ int32_t audio_extn_read_xml(struct audio_device *adev, uint32_t mixer_card, #define audio_extn_spkr_prot_stop_processing() (0) #define audio_extn_spkr_prot_stop_processing() (0) #define audio_extn_spkr_prot_is_enabled() (false) #define audio_extn_spkr_prot_is_enabled() (false) #define audio_extn_spkr_prot_get_acdb_id(snd_device) (-EINVAL) #define audio_extn_spkr_prot_get_acdb_id(snd_device) (-EINVAL) #define audio_extn_get_spkr_prot_snd_device(snd_device) (SND_DEVICE_OUT_SPEAKER) #define audio_extn_get_spkr_prot_snd_device(snd_device) (snd_device) #else #else void audio_extn_spkr_prot_init(void *adev); void audio_extn_spkr_prot_init(void *adev); int audio_extn_spkr_prot_start_processing(snd_device_t snd_device); int audio_extn_spkr_prot_start_processing(snd_device_t snd_device); Loading Loading
hal/audio_extn/audio_extn.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -192,7 +192,7 @@ int32_t audio_extn_read_xml(struct audio_device *adev, uint32_t mixer_card, #define audio_extn_spkr_prot_stop_processing() (0) #define audio_extn_spkr_prot_stop_processing() (0) #define audio_extn_spkr_prot_is_enabled() (false) #define audio_extn_spkr_prot_is_enabled() (false) #define audio_extn_spkr_prot_get_acdb_id(snd_device) (-EINVAL) #define audio_extn_spkr_prot_get_acdb_id(snd_device) (-EINVAL) #define audio_extn_get_spkr_prot_snd_device(snd_device) (SND_DEVICE_OUT_SPEAKER) #define audio_extn_get_spkr_prot_snd_device(snd_device) (snd_device) #else #else void audio_extn_spkr_prot_init(void *adev); void audio_extn_spkr_prot_init(void *adev); int audio_extn_spkr_prot_start_processing(snd_device_t snd_device); int audio_extn_spkr_prot_start_processing(snd_device_t snd_device); Loading