blob: 6d2a7e7a8015d787f42254a089e8e73be17598c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/*
* 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 AV8100_CODEC_H
#define AV8100_CODEC_H
extern struct snd_soc_dai av8100_codec_dai[];
extern struct snd_soc_codec_device soc_codec_dev_av8100;
#endif /* AV8100_CODEC_H */
|