Yet more cleaning in src/sound
This commit is contained in:
@@ -482,7 +482,7 @@ const device_t acermagic_s20_device = {
|
||||
.init = optimc_init,
|
||||
.close = optimc_close,
|
||||
.reset = NULL,
|
||||
{ .available = NULL },
|
||||
.available = NULL,
|
||||
.speed_changed = optimc_speed_changed,
|
||||
.force_redraw = NULL,
|
||||
.config = optimc_config
|
||||
@@ -496,7 +496,7 @@ const device_t mirosound_pcm10_device = {
|
||||
.init = optimc_init,
|
||||
.close = optimc_close,
|
||||
.reset = NULL,
|
||||
{ .available = mirosound_pcm10_available },
|
||||
.available = mirosound_pcm10_available,
|
||||
.speed_changed = optimc_speed_changed,
|
||||
.force_redraw = NULL,
|
||||
.config = optimc_config
|
||||
|
||||
Reference in New Issue
Block a user