Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pulseaudio: volume indicator update on default output switch #3464

Merged
merged 7 commits into from
Oct 25, 2024

Commits on Sep 21, 2024

  1. pulseaudio: show correct sink volume on default output changes

    on sinkInfo callbacks, the default sink now has highest priority.
    That fixes an issue that the volume indicator is not updated when
    the changes the default output to another devices.
    
    added PA_SINK_IDLE as valid state. PA_SINK_RUNNING is only true
    if any sound output is happening on sink switch. Indicator should
    also update when no sound is being played.
    findus committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    dedee8c View commit details
    Browse the repository at this point in the history
  2. removed debug logging

    findus committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    9c47b2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b1d736 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6bfeb5 View commit details
    Browse the repository at this point in the history
  5. Update clang-format.yml

    workflow dispatch to debug failing workflow manually
    findus committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    951b89f View commit details
    Browse the repository at this point in the history
  6. clang-format

    findus committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e3095c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57156bc View commit details
    Browse the repository at this point in the history