alsa-card: Print the profile set configuration when loading the card.

This commit is contained in:
Tanu Kaskinen 2011-03-11 13:39:50 +02:00
parent 00a05a8272
commit 973813485f

View 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__;