blob: bc55657f365d7ac89dee402637443286cf9e8036 [file] [log] [blame]
// Copyright 2018 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 ddk.protocol.intel_hda_codec;
using zx;
[Layout="ddk-protocol"]
interface IhdaCodec {
/// Fetch a zx_handle_t to a channel which can be used to communicate with the codec device.
1: GetDriverChannel() -> (zx.status s, handle<channel> channel);
};