![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * linux/sound/cs42l73.h -- Platform data for CS42L73 0004 * 0005 * Copyright (c) 2012 Cirrus Logic Inc. 0006 */ 0007 0008 #ifndef __CS42L73_H 0009 #define __CS42L73_H 0010 0011 struct cs42l73_platform_data { 0012 /* RST GPIO */ 0013 unsigned int reset_gpio; 0014 unsigned int chgfreq; 0015 int jack_detection; 0016 unsigned int mclk_freq; 0017 }; 0018 0019 #endif /* __CS42L73_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |