Skip to content

Commit

Permalink
audio: remove winwave audio driver
Browse files Browse the repository at this point in the history
DirectSound should be a superior choice on Windows.

Signed-off-by: Kővágó, Zoltán <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
  • Loading branch information
DirtYiCE authored and kraxel committed Jun 15, 2015
1 parent 1438260 commit 3cec7cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 728 deletions.
1 change: 0 additions & 1 deletion audio/Makefile.objs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ common-obj-$(CONFIG_COREAUDIO) += coreaudio.o
common-obj-$(CONFIG_ALSA) += alsaaudio.o
common-obj-$(CONFIG_DSOUND) += dsoundaudio.o
common-obj-$(CONFIG_PA) += paaudio.o
common-obj-$(CONFIG_WINWAVE) += winwaveaudio.o
common-obj-$(CONFIG_AUDIO_PT_INT) += audio_pt_int.o
common-obj-$(CONFIG_AUDIO_WIN_INT) += audio_win_int.o
common-obj-y += wavcapture.o
Expand Down
1 change: 0 additions & 1 deletion audio/audio_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ extern struct audio_driver coreaudio_audio_driver;
extern struct audio_driver dsound_audio_driver;
extern struct audio_driver pa_audio_driver;
extern struct audio_driver spice_audio_driver;
extern struct audio_driver winwave_audio_driver;
extern const struct mixeng_volume nominal_volume;

void audio_pcm_init_info (struct audio_pcm_info *info, struct audsettings *as);
Expand Down
Loading

0 comments on commit 3cec7cc

Please sign in to comment.