Revision 3e313753 audio/audio.c

b/audio/audio.c
44 44
    that we generate the list.
45 45
*/
46 46
static struct audio_driver *drvtab[] = {
47
#ifdef CONFIG_SPICE
48
    &spice_audio_driver,
49
#endif
47 50
    CONFIG_AUDIO_DRIVERS
48 51
    &no_audio_driver,
49 52
    &wav_audio_driver

Also available in: Unified diff