Yet more cleaning in src/sound
This commit is contained in:
@@ -293,7 +293,7 @@ const device_t wss_device = {
|
||||
.init = wss_init,
|
||||
.close = wss_close,
|
||||
.reset = NULL,
|
||||
{ .available = NULL },
|
||||
.available = NULL,
|
||||
.speed_changed = wss_speed_changed,
|
||||
.force_redraw = NULL,
|
||||
.config = wss_config
|
||||
@@ -307,7 +307,7 @@ const device_t ncr_business_audio_device = {
|
||||
.init = ncr_audio_init,
|
||||
.close = wss_close,
|
||||
.reset = NULL,
|
||||
{ .available = NULL },
|
||||
.available = NULL,
|
||||
.speed_changed = wss_speed_changed,
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
|
||||
Reference in New Issue
Block a user