Skip to content

Commit 7e38a4a

Browse files
authored
Merge pull request #103 from jacktrip/bugfix/missing-alsaname-overlay
Adding missing alsaName and overlay fields
2 parents 206b360 + e957ab5 commit 7e38a4a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pkg/client/devices.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ type DeviceHeartbeatWithConfig struct {
196196
// Current image version for the device
197197
Version string `json:"version" db:"version"`
198198

199+
// ALSA device name ("sndrpihifiberry")
200+
ALSAName string `json:"alsaName" db:"alsa_name"`
201+
202+
// ALSA device type ("snd_rpi_hifiberry_dacplusadcpro")
203+
Overlay string `json:"overlay" db:"overlay"`
204+
199205
// Descriptive name for the device
200206
Name string `json:"name" db:"name"`
201207

0 commit comments

Comments
 (0)