mt8186-mt6366-common.h 447 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * mt8186-mt6366-common.h
  4. *
  5. * Copyright (c) 2022 MediaTek Inc.
  6. * Author: Jiaxin Yu <[email protected]>
  7. */
  8. #ifndef _MT8186_MT6366_COMMON_H_
  9. #define _MT8186_MT6366_COMMON_H_
  10. int mt8186_mt6366_init(struct snd_soc_pcm_runtime *rtd);
  11. int mt8186_mt6366_card_set_be_link(struct snd_soc_card *card,
  12. struct snd_soc_dai_link *link,
  13. struct device_node *node,
  14. char *link_name);
  15. #endif