diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 12:55:07 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 12:55:07 +0200 |
commit | 64033b06a5b09255926f0b9d58f8c1062cb8634b (patch) | |
tree | 4276938709a6439a361dacf5900b07fa662e762c /units/audio | |
parent | 88862bfc95fa644f94def1dce8a0ae6df34e58b9 (diff) |
bin:pulse-active-port-change -> pulse-active-port-change.py
Diffstat (limited to 'units/audio')
-rw-r--r-- | units/audio/jobs.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/audio/jobs.pxu b/units/audio/jobs.pxu index cf21a93..b1d3a91 100644 --- a/units/audio/jobs.pxu +++ b/units/audio/jobs.pxu @@ -438,7 +438,7 @@ estimated_duration: 60.0 requires: device.category == 'AUDIO' package.name == 'pulseaudio-utils' -command: pulse-active-port-change sinks +command: pulse-active-port-change.py sinks _description: PURPOSE: Check that system detects speakers or headphones being plugged in @@ -459,7 +459,7 @@ estimated_duration: 60.0 requires: device.category == 'AUDIO' package.name == 'pulseaudio-utils' -command: pulse-active-port-change sources +command: pulse-active-port-change.py sources _description: PURPOSE: Check that system detects a microphone being plugged in |