diff options
author | PMR <pmr@pmr-lander> | 2020-07-16 10:05:25 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-07-16 10:05:25 +0000 |
commit | 88e6c784f6c3212f076b3a7ec0d911fb4172db47 (patch) | |
tree | b36fa8776d3397e1e17b27ffa4269a9574b95470 /units | |
parent | e97a2b985acf8ac0e9f7a7741e7920c55b10518c (diff) | |
parent | 793fae227a36423402006ec47b940a1d96022669 (diff) |
Merge #385109 from ~huntu207/plainbox-provider-checkbox:modify-lineout
Diffstat (limited to 'units')
-rw-r--r-- | units/audio/jobs.pxu | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/units/audio/jobs.pxu b/units/audio/jobs.pxu index c1dbfe1..4d552d5 100644 --- a/units/audio/jobs.pxu +++ b/units/audio/jobs.pxu @@ -398,11 +398,12 @@ _description: Check that external line out connection works correctly STEPS: 1. Insert cable to speakers (with built-in amplifiers) on the line out port - 2. Open system sound preferences, 'Output' tab, select 'Line-out' on the connector list. Commence the test - 3. On the system sound preferences, select 'Internal Audio' on the device list and click 'Test Speakers' to check left and right channel + 2. Open system sound preferences, 'Output' tab, select 'Line Out' on the connector list. Commence the test + 3. On the system sound preferences, click 'Test Sound' to check left and right channel VERIFICATION: - 1. Do you hear a sound in the speakers? The internal speakers should *not* be muted automatically - 2. Do you hear the sound coming out on the corresponding channel? + 1. Do you see internal speakers? The internal speakers should be replaced by external speaker from Line out port, if any + 2. Do you hear the sound in the internal speakers? The internal speakers should be muted automatically + 3. Do you hear the sound coming out on the corresponding channel by external speakers from Line out port? plugin: user-interact-verify category_id: com.canonical.plainbox::audio |