Yet more cleaning in src/sound
This commit is contained in:
@@ -186,7 +186,7 @@ const device_t ssi2001_device = {
|
||||
.init = ssi2001_init,
|
||||
.close = ssi2001_close,
|
||||
.reset = NULL,
|
||||
{ .available = NULL },
|
||||
.available = NULL,
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = ssi2001_config
|
||||
@@ -200,7 +200,7 @@ const device_t entertainer_device = {
|
||||
.init = entertainer_init,
|
||||
.close = entertainer_close,
|
||||
.reset = NULL,
|
||||
{ .available = NULL },
|
||||
.available = NULL,
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = entertainer_config
|
||||
|
||||
Reference in New Issue
Block a user