diff options
| author | St33v <github@f3rr3t.com> | 2022-01-14 11:46:40 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2022-01-14 11:46:40 +1100 |
| commit | 3c34728a7ac66fc5bbb8ddab991da99d1bb0f502 (patch) | |
| tree | 406cc581c3a966f267871deaf70fd1cead9563c3 /speakerWatchdog.sh | |
| parent | 628c8d8eee29591f9fe96d2d734852962ce408e6 (diff) | |
new project stubs
Diffstat (limited to 'speakerWatchdog.sh')
| -rw-r--r-- | speakerWatchdog.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/speakerWatchdog.sh b/speakerWatchdog.sh new file mode 100644 index 0000000..344955f --- /dev/null +++ b/speakerWatchdog.sh @@ -0,0 +1,12 @@ +#! /bin/bash +# Workaround for stupd 'powersave' 'feature' of Creative Speakers +# +# SJP 11 Dec 2021 +# +# This is just a stub for now + +# Which device is the audio output going to? + +# st33v@cr4y:~$ grep RUNNING /proc/asound/card*/pcm*/sub*/status +# /proc/asound/card2/pcm0p/sub0/status:state: RUNNING + |
