-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add internal microphone manifest and update some audio jobs requireme…
…nts (bugfix) (#1594) Add "internal microphone" manifest entry Devices without an internal microphone should not run the `audio/alsa_record_playback_internal` job, as it requires one. This issue was detected when reviewing test results to issue a certificate for a desktop PC. The `audio/alsa_record_playback_internal` job was marked as skipped, but it is a certification-blocker, so it triggered some alerts.
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# Copyright 2017 Canonical Ltd. | ||
# Copyright 2017-2024 Canonical Ltd. | ||
# All rights reserved. | ||
# | ||
# Written by: | ||
# Sylvain Pineau <[email protected]> | ||
# Sylvain Pineau <[email protected]> | ||
# Pierre Equoy <[email protected]> | ||
|
||
unit: manifest entry | ||
id: has_audio_playback | ||
|
@@ -45,3 +46,9 @@ id: has_internal_speakers | |
_name: Internal speakers | ||
_prompt: Does this machine have the following audio features? | ||
value-type: bool | ||
|
||
unit: manifest entry | ||
id: has_internal_microphone | ||
_name: Internal microphone | ||
_prompt: Does this machine have the following audio features? | ||
value-type: bool |