diff options
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headset.h b/audio/headset.h index 8ef08249..c858d206 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -55,7 +55,7 @@ typedef enum { struct headset; struct headset *headset_init(void *device, sdp_record_t *record, - uint16_t svc, int channel); + uint16_t svc); void headset_free(void *device); |