mt8192-afe-gpio.h 419 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * mt8192-afe-gpio.h -- Mediatek 8192 afe gpio ctrl definition
  4. *
  5. * Copyright (c) 2020 MediaTek Inc.
  6. * Author: Shane Chien <[email protected]>
  7. */
  8. #ifndef _MT8192_AFE_GPIO_H_
  9. #define _MT8192_AFE_GPIO_H_
  10. struct device;
  11. int mt8192_afe_gpio_init(struct device *dev);
  12. int mt8192_afe_gpio_request(struct device *dev, bool enable,
  13. int dai, int uplink);
  14. #endif