diff options
author | Kővágó, Zoltán <dirty.ice.hu@gmail.com> | 2015-06-03 23:03:44 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-15 10:50:31 +0200 |
commit | 0bac111167e33838fa869cacd16f92e5899252b3 (patch) | |
tree | dbe9e1c9dd57bd71dfcdc6912ae3eb44608ad0fb /audio/audio_int.h | |
parent | 0a2df857a7038c75379cc575de5d4be4c0ac629e (diff) |
audio: remove esd backend
ESD is no longer developed and replaced by PulseAudio.
Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'audio/audio_int.h')
-rw-r--r-- | audio/audio_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/audio_int.h b/audio/audio_int.h index fd019a0fc3..9dd6b7f75e 100644 --- a/audio/audio_int.h +++ b/audio/audio_int.h @@ -210,7 +210,6 @@ extern struct audio_driver fmod_audio_driver; extern struct audio_driver alsa_audio_driver; extern struct audio_driver coreaudio_audio_driver; extern struct audio_driver dsound_audio_driver; -extern struct audio_driver esd_audio_driver; extern struct audio_driver pa_audio_driver; extern struct audio_driver spice_audio_driver; extern struct audio_driver winwave_audio_driver; |