tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / include / sound / saudio.h
1 /*\r
2  * Copyright (C) 2012 Spreadtrum Communications Inc.\r
3  *\r
4  * This software is licensed under the terms of the GNU General Public\r
5  * License version 2, as published by the Free Software Foundation, and\r
6  * may be copied, distributed, and modified under those terms.\r
7  *\r
8  * This program is distributed in the hope that it will be useful,\r
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
11  * GNU General Public License for more details.\r
12  */\r
13 #ifndef __SAUDIO_H\r
14 #define  __SAUDIO_H\r
15 \r
16 struct saudio_init_data {\r
17         char                    *name;\r
18         uint8_t                 dst;\r
19         uint8_t                 ctrl_channel;\r
20         uint8_t                     playback_channel;\r
21         uint8_t                     capture_channel;\r
22         uint8_t                     monitor_channel;\r
23 };\r
24 \r
25 \r
26 \r
27 #endif\r