mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
alsa-card: Print the profile set configuration when loading the card.
This commit is contained in:
parent
00a05a8272
commit
973813485f
1 changed files with 1 additions and 0 deletions
|
|
@ -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__;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue