blob: 53ea3902d369924b0b57c3c0bcac9fd4fc617080 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*
* Copyright (C) ST-Ericsson SA 2010
*
* Author: Ola Lilja <ola.o.lilja@stericsson.com>
* for ST-Ericsson.
*
* License terms:
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*/
#ifndef UX500_AB3550_H
#define UX500_AB3550_H
extern struct snd_soc_ops ux500_ab3550_ops[];
#endif
|