diff options
Diffstat (limited to 'sound/soc/ux500/mop500_ab8500.h')
-rw-r--r-- | sound/soc/ux500/mop500_ab8500.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sound/soc/ux500/mop500_ab8500.h b/sound/soc/ux500/mop500_ab8500.h new file mode 100644 index 000000000000..cca5b33964b6 --- /dev/null +++ b/sound/soc/ux500/mop500_ab8500.h | |||
@@ -0,0 +1,22 @@ | |||
1 | /* | ||
2 | * Copyright (C) ST-Ericsson SA 2012 | ||
3 | * | ||
4 | * Author: Ola Lilja <ola.o.lilja@stericsson.com> | ||
5 | * for ST-Ericsson. | ||
6 | * | ||
7 | * License terms: | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as published | ||
11 | * by the Free Software Foundation. | ||
12 | */ | ||
13 | |||
14 | #ifndef MOP500_AB8500_H | ||
15 | #define MOP500_AB8500_H | ||
16 | |||
17 | extern struct snd_soc_ops mop500_ab8500_ops[]; | ||
18 | |||
19 | int mop500_ab8500_machine_init(struct snd_soc_pcm_runtime *runtime); | ||
20 | void mop500_ab8500_remove(struct snd_soc_card *card); | ||
21 | |||
22 | #endif | ||