diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-10-04 11:12:40 +0000 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-10-04 11:12:40 +0000 | 
| commit | 9232035b60c0d88126c1023a74bf4221c8c127ef (patch) | |
| tree | 29b04b60b4a7bde47c93fc6760561491165f046c | |
| parent | aaad5f279f2fc2156799ebc6d171a76113724de4 (diff) | |
Fix stream callback type
| -rw-r--r-- | audio/unix.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/audio/unix.c b/audio/unix.c index cf225ae5..c77f29bc 100644 --- a/audio/unix.c +++ b/audio/unix.c @@ -293,7 +293,7 @@ static void headset_setup_complete(struct device *dev, void *user_data)  static void a2dp_setup_complete(struct avdtp *session, struct a2dp_sep *sep,  					struct avdtp_stream *stream, -					void *user_data) +					void *user_data, struct avdtp_error *err)  {  	struct unix_client *client = user_data;  	char buf[sizeof(struct ipc_data_cfg) + sizeof(struct ipc_codec_sbc)]; | 
