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/unix.h | |
parent | ca3ff4f6a27ff2d421a7f8fdd3bd5dd67f1f47df (diff) |
Convert alsa initiated headset connections to similar callback system that A2DP is already using
Diffstat (limited to 'audio/unix.h')
-rw-r--r-- | audio/unix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/unix.h b/audio/unix.h index 7f42688c..feea855f 100644 --- a/audio/unix.h +++ b/audio/unix.h @@ -23,5 +23,3 @@ int unix_init(void); void unix_exit(void); - -int unix_send_cfg(int sock, struct ipc_data_cfg *cfg, int fd); |