diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-27 11:31:01 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-27 11:31:01 +0000 |
commit | e1bfc91de96a38616100cc31db7bdb69f2cfbea6 (patch) | |
tree | f8e2ce652875076f96b0db575a5daabb10156e66 /audio/sink.c | |
parent | ca3ff4f6a27ff2d421a7f8fdd3bd5dd67f1f47df (diff) |
Convert alsa initiated headset connections to similar callback system that A2DP is already using
Diffstat (limited to 'audio/sink.c')
-rw-r--r-- | audio/sink.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/sink.c b/audio/sink.c index 0dc12eb3..4bebf738 100644 --- a/audio/sink.c +++ b/audio/sink.c @@ -38,11 +38,9 @@ #include "logging.h" #include "avdtp.h" -#include "ipc.h" #include "device.h" #include "a2dp.h" #include "error.h" -#include "unix.h" #include "sink.h" struct pending_request { |