Changeset 777 for GPL/trunk/alsa-kernel/include/sound/max9768.h
- Timestamp:
- Apr 21, 2025, 7:17:25 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-exp merged: 766-767,770-771,773-774
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/include/sound/max9768.h
r772 r777 10 10 /** 11 11 * struct max9768_pdata - optional platform specific MAX9768 configuration 12 * @shdn_gpio: GPIO to SHDN pin. If not valid, pin must be hardwired HIGH13 * @mute_gpio: GPIO to MUTE pin. If not valid, control for mute won't be added14 12 * @flags: configuration flags, e.g. set classic PWM mode (check datasheet 15 13 * regarding "filterless modulation" which is default). 16 14 */ 17 15 struct max9768_pdata { 18 int shdn_gpio;19 int mute_gpio;20 16 unsigned flags; 21 17 #define MAX9768_FLAG_CLASSIC_PWM (1 << 0)
Note:
See TracChangeset
for help on using the changeset viewer.