SmartAudio/lichee/linux-4.9/include/linux/platform_data/asoc-kirkwood.h

8 lines
106 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifndef __PLAT_AUDIO_H
#define __PLAT_AUDIO_H
struct kirkwood_asoc_platform_data {
int burst;
};
#endif