Skip to content

Commit

Permalink
Fixed adlib module build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-jonsson committed Nov 19, 2024
1 parent 7e2d6e0 commit acde53d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/adlib/adlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ static const char *name(struct adlib *a) {
}

static struct vxt_peripheral *create(vxt_allocator *alloc, void *frontend, const char *args) VXT_PERIPHERAL_CREATE(alloc, adlib, {
(void)args;
if (frontend)
DEVICE->set_audio_adapter = ((struct frontend_interface*)frontend)->set_audio_adapter;

Expand Down

0 comments on commit acde53d

Please sign in to comment.