Skip to content

Commit

Permalink
remove audio automated detection
Browse files Browse the repository at this point in the history
  • Loading branch information
diohe0311 committed Aug 22, 2023
1 parent 44fdeda commit 69a2bc1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions providers/base/units/audio/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ imports: from com.canonical.plainbox import manifest
requires:
package.name == 'pulseaudio-utils'
manifest.has_audio_playback == 'True'
audio_card.playback == 'supported'
command:
pactl_list.sh sinks
_description:
Expand All @@ -390,7 +389,6 @@ imports: from com.canonical.plainbox import manifest
requires:
package.name == 'pulseaudio-utils'
manifest.has_audio_capture == 'True'
audio_card.capture == 'supported'
command:
pactl_list.sh sources
_description:
Expand Down Expand Up @@ -700,7 +698,6 @@ flags: also-after-suspend
imports: from com.canonical.plainbox import manifest
requires:
manifest.has_audio_playback == 'True'
audio_card.playback == 'supported'
command:
COUNT=$(audio_card_resource.py | grep -c 'playback: supported')
echo "Count: $COUNT"
Expand All @@ -717,7 +714,6 @@ flags: also-after-suspend
imports: from com.canonical.plainbox import manifest
requires:
manifest.has_audio_capture == 'True'
audio_card.capture == 'supported'
command:
COUNT=$(audio_card_resource.py | grep -c 'capture: supported')
echo "Count: $COUNT"
Expand Down

0 comments on commit 69a2bc1

Please sign in to comment.