blob: 33bd698d74ec3d43c0bd64514de32a43176d969d [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.
[Layout = "Simple"]
protocol Device {
/// Enable or disable this codec.
SetEnabled(bool state);
};