summaryrefslogtreecommitdiffstats
path: root/audio/audio_win_int.c
Commit message (Collapse)AuthorAgeFilesLines
* audio: Clean up includesPeter Maydell2016-02-021-0/+1
| | | | | | | | | | | Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453138432-8324-1-git-send-email-peter.maydell@linaro.org Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* remove some double-includesMichael Tokarev2013-05-181-1/+0Star
| | | | | | | | Some source files #include the same header more than once for no good reason. Remove second #includes in such cases. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
* Windows Waveform Audio driver (no ADC support yet)malc2009-10-091-0/+108
Signed-off-by: malc <av1474@comtv.ru>