diff options
Diffstat (limited to 'audio/headset.c')
| -rw-r--r-- | audio/headset.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/audio/headset.c b/audio/headset.c index bca3ede3..1903fbf2 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -2094,8 +2094,8 @@ int telephony_calling_stopped_ind(void)  	return 0;  } -int telephony_ready(uint32_t features, const struct indicator *indicators, -			int rh) +int telephony_ready_ind(uint32_t features, +			const struct indicator *indicators, int rh)  {  	ag.telephony_ready = TRUE;  	ag.features = features; | 
