[pulseaudio] Friendly naming of sinks in speaker list

This commit is contained in:
ejurgensen
2016-07-21 23:15:06 +02:00
parent eb40415348
commit 4399466f21
2 changed files with 19 additions and 18 deletions

View File

@@ -1012,7 +1012,7 @@ alsa_init(void)
device->advertised = 1;
device->has_video = 0;
DPRINTF(E_INFO, L_LAUDIO, "Adding ALSA device '%s' using friendly name '%s'\n", card_name, nickname);
DPRINTF(E_INFO, L_LAUDIO, "Adding ALSA device '%s' with name '%s'\n", card_name, nickname);
player_device_add(device);