Bug 94243 - [PATCH] role-cork: Fix improper uncork behavior in case of operating globally
Summary: [PATCH] role-cork: Fix improper uncork behavior in case of operating globally
Status: RESOLVED NOTABUG
Alias: None
Product: PulseAudio
Classification: Unclassified
Component: modules (show other bugs)
Version: unspecified
Hardware: All All
: medium normal
Assignee: pulseaudio-bugs
QA Contact: pulseaudio-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-22 02:56 UTC by Sangchul Lee
Modified: 2016-02-22 06:44 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
Patch for fixing improper uncork when using this module with global=1 argument (1.63 KB, text/plain)
2016-02-22 02:56 UTC, Sangchul Lee
Details

Description Sangchul Lee 2016-02-22 02:56:33 UTC
Created attachment 121874 [details]
Patch for fixing improper uncork when using this module with global=1 argument

When we use this module with argument "global=1", there exists mis-uncork behavior.

For example,

pactl load-module module-role-cork trigger_roles=voice,voip cork_roles=media global=1

Let's assume that voip's device is not same as voice's and media's.

Above 3 roles are playing and if we stop the voip stream then the media's volume would be uncorked even though voice stream is still activated.

The attached patch fixes this issue.

ps : this issue is similar with bug #93994 that have already been merged.
ps2 : I've already shared this issue to pulseaudio-discuss mailing list.
 : [pulseaudio-discuss][PATCH] role-cork: Fix improper uncork behavior in case of operating globally

Thank you.
Comment 1 Arun Raghavan 2016-02-22 06:36:43 UTC
Please don't open a bug when a patch is on the list.
Comment 2 Sangchul Lee 2016-02-22 06:44:34 UTC
(In reply to Arun Raghavan from comment #1)
> Please don't open a bug when a patch is on the list.

Okay, (I didn't know that..)

Thank you.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.