diff options
author | PMR <pmr@pmr-lander> | 2019-07-26 12:21:19 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2019-07-26 12:21:19 +0000 |
commit | 570b798e8ac06f543309a3d1e9310ecfc599625e (patch) | |
tree | ba10c98a232ce6075a95d0b462bcd0774166f67b | |
parent | f8119c41ec8f9fa7eee504da92d48865cdd9cdc2 (diff) | |
parent | 4f75dfa07df4ecc526445f81774e57b8f54b78ce (diff) |
Merge #370655 from ~jocave/plainbox-provider-checkbox:linein-lineout-desktopssnap-2019-08-02T1544
-rw-r--r-- | units/audio/jobs.pxu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/units/audio/jobs.pxu b/units/audio/jobs.pxu index 98ab87d..a661833 100644 --- a/units/audio/jobs.pxu +++ b/units/audio/jobs.pxu @@ -391,6 +391,8 @@ plugin: manual category_id: com.canonical.plainbox::audio id: audio/external-lineout estimated_duration: 30.0 +requires: + dmi.product in ['Desktop','Low Profile Desktop','Tower','Mini Tower','Space-saving','All In One','All-In-One','AIO'] _description: PURPOSE: Check that external line out connection works correctly @@ -407,6 +409,7 @@ category_id: com.canonical.plainbox::audio id: audio/external-linein estimated_duration: 120.0 requires: + dmi.product in ['Desktop','Low Profile Desktop','Tower','Mini Tower','Space-saving','All In One','All-In-One','AIO'] device.category == 'AUDIO' package.name == 'alsa-base' package.name == 'pulseaudio-utils' |