]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
tidy up a few small things.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 13 Jan 2023 20:46:54 +0000 (20:46 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 13 Jan 2023 20:46:54 +0000 (20:46 +0000)
audio_pa.c

index 0bcc53103dffe831c17fc09be69f2000265c8643..3370cfeda900dce14daa85fc880bb7442d8662ad 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Asynchronous PulseAudio Backend. This file is part of Shairport Sync.
- * Copyright (c) Mike Brady 2017 -- 2023
+ * Copyright (c) Mike Brady 2017-2023
  * All rights reserved.
  *
  * Permission is hereby granted, free of charge, to any person
 
 static pthread_mutex_t buffer_mutex = PTHREAD_MUTEX_INITIALIZER;
 
-/*
-static struct {
-  char *server;
-  char *sink;
-  char *service_name;
-} pulse_options = {.server = NULL, .sink = NULL, .service_name = NULL};
-*/
-
 pa_threaded_mainloop *mainloop;
 pa_mainloop_api *mainloop_api;
 pa_context *context;