1d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.org/*
2d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.org *  Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
3d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.org *
4d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.org *  Use of this source code is governed by a BSD-style license
5d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.org *  that can be found in the LICENSE file in the root of the source
6d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.org *  tree. An additional intellectual property rights grant can be found
7d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.org *  in the file PATENTS.  All contributing project authors may
8d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.org *  be found in the AUTHORS file in the root of the source tree.
9d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.org */
10d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.org#include "webrtc/modules/audio_device/dummy/audio_device_utility_dummy.h"
11d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.org
12d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.orgnamespace webrtc {
13d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.org  int32_t AudioDeviceUtilityDummy::Init() { return 0; }
14d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.org}  // namespace webrtc
15d8daa60f740d99ef279d176f0ed2ab9ed2803d53pbos@webrtc.org
16