audio-ext-clk-up.h 266 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2017, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef __AUDIO_EXT_CLK_UP_H_
  6. #define __AUDIO_EXT_CLK_UP_H_
  7. int audio_ref_clk_platform_init(void);
  8. void audio_ref_clk_platform_exit(void);
  9. #endif