alsa-card: Print the profile set configuration when loading the card.
[profile/ivi/pulseaudio-panda.git] / src / modules / alsa / module-alsa-card.c
index c2e5ffa..e60aa5e 100644 (file)
@@ -342,6 +342,7 @@ int pa__init(pa_module *m) {
         goto fail;
 
     pa_alsa_profile_set_probe(u->profile_set, u->device_id, &m->core->default_sample_spec, m->core->default_n_fragments, m->core->default_fragment_size_msec);
+    pa_alsa_profile_set_dump(u->profile_set);
 
     pa_card_new_data_init(&data);
     data.driver = __FILE__;