mt8186-audsys-clk.h 322 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0
  2. *
  3. * mt8186-audsys-clk.h -- Mediatek 8186 audsys clock definition
  4. *
  5. * Copyright (c) 2022 MediaTek Inc.
  6. * Author: Trevor Wu <[email protected]>
  7. */
  8. #ifndef _MT8186_AUDSYS_CLK_H_
  9. #define _MT8186_AUDSYS_CLK_H_
  10. int mt8186_audsys_clk_register(struct mtk_base_afe *afe);
  11. #endif