Files
Debian-9-Kernel/include/linux/platform_data/asoc-kirkwood.h
T

8 lines
106 B
C
Raw Normal View History

2023-05-02 09:58:35 +02:00
#ifndef __PLAT_AUDIO_H
#define __PLAT_AUDIO_H
struct kirkwood_asoc_platform_data {
int burst;
};
#endif