Commit 473c629a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

ALSA: correct debug message

parent d7397d93
...@@ -277,7 +277,7 @@ static unsigned SetupChannels (vlc_object_t *obj, snd_pcm_t *pcm, ...@@ -277,7 +277,7 @@ static unsigned SetupChannels (vlc_object_t *obj, snd_pcm_t *pcm,
const snd_pcm_chmap_t *map = &maps[best_offset]->map; const snd_pcm_chmap_t *map = &maps[best_offset]->map;
msg_Dbg (obj, "using channels map %u, type %u, %u channel(s)", best_offset, msg_Dbg (obj, "using channels map %u, type %u, %u channel(s)", best_offset,
maps[best_offset]->type, best_score); maps[best_offset]->type, map->channels);
/* Setup channels map */ /* Setup channels map */
unsigned to_reorder = SetupChannelsFixed(map, mask, tab); unsigned to_reorder = SetupChannelsFixed(map, mask, tab);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment