Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * linux/sound/rt1015.h -- Platform data for RT1015
0004  *
0005  * Copyright 2020 Realtek Microelectronics
0006  */
0007 
0008 #ifndef __LINUX_SND_RT1015_H
0009 #define __LINUX_SND_RT1015_H
0010 
0011 struct rt1015_platform_data {
0012     unsigned int power_up_delay_ms;
0013 };
0014 
0015 #endif