Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * linux/sound/rt5514.h -- Platform data for RT5514
0004  *
0005  * Copyright 2016 Realtek Semiconductor Corp.
0006  * Author: Oder Chiou <oder_chiou@realtek.com>
0007  */
0008 
0009 #ifndef __LINUX_SND_RT5514_H
0010 #define __LINUX_SND_RT5514_H
0011 
0012 struct rt5514_platform_data {
0013     unsigned int dmic_init_delay;
0014     const char *dsp_calib_clk_name;
0015     unsigned int dsp_calib_clk_rate;
0016 };
0017 
0018 #endif
0019