blob: 0d35242ceb13022a63f627b36e9f036eb779f8f2 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.hardware.audiocodec;
/// The software interface to a hardware audio codec.
[ForDeprecatedCBindings]
protocol Device {
/// Enable or disable this codec.
SetEnabled(bool state);
};