There is no reason to initialize global variables in feeder_register(),
as these variables are unrelated to what the function does. Instead,
initialize them during sound(4) load.
While here, fix the switch statement indentation in sound_modevent().
Sponsored by: The FreeBSD Foundation
MFC after: 2 days