xref: /openbmc/linux/sound/soc/ux500/mop500_ab8500.h (revision e0690385)
1e0690385SOla Lilja /*
2e0690385SOla Lilja  * Copyright (C) ST-Ericsson SA 2012
3e0690385SOla Lilja  *
4e0690385SOla Lilja  * Author: Ola Lilja <ola.o.lilja@stericsson.com>
5e0690385SOla Lilja  *         for ST-Ericsson.
6e0690385SOla Lilja  *
7e0690385SOla Lilja  * License terms:
8e0690385SOla Lilja  *
9e0690385SOla Lilja  * This program is free software; you can redistribute it and/or modify
10e0690385SOla Lilja  * it under the terms of the GNU General Public License version 2 as published
11e0690385SOla Lilja  * by the Free Software Foundation.
12e0690385SOla Lilja  */
13e0690385SOla Lilja 
14e0690385SOla Lilja #ifndef MOP500_AB8500_H
15e0690385SOla Lilja #define MOP500_AB8500_H
16e0690385SOla Lilja 
17e0690385SOla Lilja extern struct snd_soc_ops mop500_ab8500_ops[];
18e0690385SOla Lilja 
19e0690385SOla Lilja int mop500_ab8500_machine_init(struct snd_soc_pcm_runtime *runtime);
20e0690385SOla Lilja void mop500_ab8500_remove(struct snd_soc_card *card);
21e0690385SOla Lilja 
22e0690385SOla Lilja #endif
23