Skip to content

Commit

Permalink
Update mini_al to v0.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Feb 2, 2019
1 parent af6b9a0 commit 36ec91e
Show file tree
Hide file tree
Showing 3 changed files with 660 additions and 447 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.10.x
- 1.11.x

install:
- go get -t ./...
Expand Down
4 changes: 2 additions & 2 deletions context.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ func (ctx Context) Devices(kind DeviceType) ([]DeviceInfo, error) {
defer contextMutex.Unlock()

var playbackDevices *C.mal_device_info
var playbackDeviceCount C.uint
var playbackDeviceCount C.mal_uint32
var captureDevices *C.mal_device_info
var captureDeviceCount C.uint
var captureDeviceCount C.mal_uint32

result := C.mal_context_get_devices(ctx.cptr(),
&playbackDevices, &playbackDeviceCount,
Expand Down
Loading

0 comments on commit 36ec91e

Please sign in to comment.