blob: 33736bca0cd10d774a3d06f55c03af2114db3cd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/*
* 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_CG29XX_H
#define UX500_CG29XX_H
extern struct snd_soc_ops ux500_cg29xx_ops[];
extern struct snd_soc_ops u5500_cg29xx_ops[];
#endif
|