Commit 5db34fa6 authored by robert.nagy@gmail.com's avatar robert.nagy@gmail.com

sync the openbsd audio code with linux

BUG=
TEST=


Review URL: http://codereview.chromium.org/9816012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128246 0039d316-1c4b-4281-b951-d872f2087c98
parent ad9a30c2
...@@ -89,10 +89,6 @@ AudioInputStream* AudioManagerOpenBSD::MakeLowLatencyInputStream( ...@@ -89,10 +89,6 @@ AudioInputStream* AudioManagerOpenBSD::MakeLowLatencyInputStream(
AudioOutputStream* AudioManagerOpenBSD::MakeOutputStream( AudioOutputStream* AudioManagerOpenBSD::MakeOutputStream(
const AudioParameters& params) { const AudioParameters& params) {
if (!initialized()) {
return NULL;
}
#if defined(USE_PULSEAUDIO) #if defined(USE_PULSEAUDIO)
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUsePulseAudio)) { if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUsePulseAudio)) {
return new PulseAudioOutputStream(params, this); return new PulseAudioOutputStream(params, this);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment