rk2928phonepad:
[firefly-linux-kernel-4.4.55.git] / drivers / misc / modem_sound.h
1 \r
2 #ifndef __MODEM_SOUND_H__\r
3 #define __MODEM_SOUND_H__\r
4 \r
5 struct modem_sound_data {\r
6         int spkctl_io;\r
7         int spkctl_active;\r
8         int codec_flag;\r
9         struct semaphore power_sem;\r
10         struct workqueue_struct *wq;\r
11         struct work_struct work;\r
12 };\r
13 \r
14 #endif\r