On Thu, 2016-09-01 at 11:14 +0200, Sylvain Baubeau wrote: > systemd-hostnamed provides an icon for the machine it is running on. > If it is running, module-zeroconf-publish uses this icon for the > 'icon-name' attribute in the Avahi properties. module-zeroconf-discover > passes this icon to module-tunnel using the module parameter > {sink/source}_properties. > > This allows to display a portable, desktop or phone instead of > the generic sound card icon. > --- > src/Makefile.am | 4 +- > src/modules/module-zeroconf-discover.c | 9 ++++ > src/modules/module-zeroconf-publish.c | 84 +++++++++++++++++++++++++++++++++- > 3 files changed, 93 insertions(+), 4 deletions(-) Thanks! Applied. I still found a couple more issues, but they were trivial enough to fix by myself: https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=de2f560137f1681ed64af1b645565ce97941dc66 https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=c73bbee87898bcf07734cb5a55236c561dea2765 -- Tanu