summaryrefslogtreecommitdiffstats
path: root/audio/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/unix.c')
-rw-r--r--audio/unix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/unix.c b/audio/unix.c
index 71bb480c..6c420a24 100644
--- a/audio/unix.c
+++ b/audio/unix.c
@@ -243,6 +243,8 @@ static void headset_setup_complete(struct device *dev, void *user_data)
struct ipc_data_cfg cfg;
int fd;
+ client->req_id = 0;
+
if (!dev) {
unix_send_cfg(client->sock, NULL, -1);
client->dev = NULL;