diff options
Diffstat (limited to 'audio/a2dp.c')
| -rw-r--r-- | audio/a2dp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/audio/a2dp.c b/audio/a2dp.c index fa8d1175..f243a8ae 100644 --- a/audio/a2dp.c +++ b/audio/a2dp.c @@ -1126,8 +1126,8 @@ unsigned int a2dp_source_request_stream(struct avdtp *session,  				g_source_remove(sep->suspend_timer);  				sep->suspend_timer = 0;  			} +			g_idle_add((GSourceFunc) finalize_stream_setup, setup);  		} -		g_idle_add((GSourceFunc) finalize_stream_setup, setup);  		break;  	default:  		error("SEP in bad state for requesting a new stream"); | 
