mop500_ab8500.h 419 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) ST-Ericsson SA 2012
  4. *
  5. * Author: Ola Lilja <ola.o.lilja@stericsson.com>
  6. * for ST-Ericsson.
  7. *
  8. * License terms:
  9. */
  10. #ifndef MOP500_AB8500_H
  11. #define MOP500_AB8500_H
  12. extern struct snd_soc_ops mop500_ab8500_ops[];
  13. int mop500_ab8500_machine_init(struct snd_soc_pcm_runtime *runtime);
  14. void mop500_ab8500_remove(struct snd_soc_card *card);
  15. #endif