repositories
/
deb_shairplay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89202f7
)
Remove client_name libao option, it might cause problems
author
Juho Vähä-Herttua
<juhovh@iki.fi>
Tue, 30 Jul 2013 06:25:36 +0000
(14:25 +0800)
committer
Juho Vähä-Herttua
<juhovh@iki.fi>
Tue, 30 Jul 2013 06:25:55 +0000
(14:25 +0800)
src/shairplay.c
patch
|
blob
|
blame
|
history
diff --git
a/src/shairplay.c
b/src/shairplay.c
index 9bb9537fd75bdafaee512b0fefa1705815356fbf..82f1183d0f231bfb42aff498c39eb0e4987d00bf 100644
(file)
--- a/
src/shairplay.c
+++ b/
src/shairplay.c
@@
-106,7
+106,6
@@
audio_open_device(shairplay_options_t *opt, int bits, int channels, int samplera
}
/* Add all available libao options */
- ao_append_option(&ao_options, "client_name", opt->apname);
if (strlen(opt->ao_devicename)) {
ao_append_option(&ao_options, "dev", opt->ao_devicename);
}