diff options
| -rw-r--r-- | audio/headset.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/audio/headset.c b/audio/headset.c index 2e0f6c9c..31955490 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -898,7 +898,7 @@ static int extended_errors(struct audio_device *device, const char *buf)  		debug("CME errors disabled for headset %p", hs);  	} -	return 0; +	return headset_send(hs, "\r\nOK\r\n");  }  static int call_waiting_notify(struct audio_device *device, const char *buf) | 
