summaryrefslogtreecommitdiff
path: root/src/rhctl/audio_switch.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/rhctl/audio_switch.go')
-rw-r--r--src/rhctl/audio_switch.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/rhctl/audio_switch.go b/src/rhctl/audio_switch.go
index f3821d8..3bb4abb 100644
--- a/src/rhctl/audio_switch.go
+++ b/src/rhctl/audio_switch.go
@@ -80,13 +80,13 @@ type SwitchUpdate struct {
}
type SwitchState struct {
- audio [SwitchOutputNumMax]struct {
- inputs [SwitchInputNumMax]bool
- silence bool
+ Audio [SwitchOutputNumMax]struct {
+ Inputs [SwitchInputNumMax]bool
+ Silence bool
}
- gpi [SwitchGPINumMax]bool
- relay [SwitchRelayNumMax]bool
- oc [SwitchOCNumMax]bool
+ GPI [SwitchGPINumMax]bool
+ Relay [SwitchRelayNumMax]bool
+ OC [SwitchOCNumMax]bool
}
type AudioSwitch struct {