Build fixes post numbering fix
This commit is contained in:
parent
caf6773723
commit
f28da7fddf
2 changed files with 3 additions and 3 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
|
@ -1,4 +1,4 @@
|
|||
pulseaudio-modules-droid-modern (16.1.1+gemian) unstable; urgency=medium
|
||||
pulseaudio-modules-droid-modern (16.1.1+gemian1) unstable; urgency=medium
|
||||
|
||||
* New upstream nabbed from droidian
|
||||
|
||||
|
|
|
|||
|
|
@ -274,7 +274,7 @@ static void update_mapping(pa_droid_profile_set *profile_set,
|
|||
droid_mapping = droid_mapping_update(droid_mapping, profile_set, module, sink, source);
|
||||
|
||||
} else {
|
||||
pa_log("Internal data structures are confused.");
|
||||
pa_log("Internal data structures are confused, source pt: %d, sink pt: %d.", source->port_type, sink->port_type);
|
||||
pa_assert_not_reached();
|
||||
}
|
||||
|
||||
|
|
@ -294,7 +294,7 @@ static void auto_add_profiles(pa_droid_profile_set *profile_set,
|
|||
|
||||
profile = profile_new(profile_set, module, "default", "Default profile");
|
||||
|
||||
/* Droid profiles, mappings and ports are genrated like this:
|
||||
/* Droid profiles, mappings and ports are generated like this:
|
||||
*
|
||||
* 1. route definitions in audio policy configuration are iterated through
|
||||
* 2. for every route, update_mapping is called for every combination of
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue