tegrakernel/kernel/kernel-4.9/include/linux/platform_data/asoc-kirkwood.h

8 lines
106 B
C
Raw Normal View History

2022-02-16 09:13:02 -06:00
#ifndef __PLAT_AUDIO_H
#define __PLAT_AUDIO_H
struct kirkwood_asoc_platform_data {
int burst;
};
#endif