/* * linux/sound/rt5640.h -- Platform data for RT5640 * * Copyright 2011 Realtek Microelectronics * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __LINUX_SND_RT5640_H #define __LINUX_SND_RT5640_H struct rt5640_platform_data { /* IN1 & IN2 & IN3 can optionally be differential */ bool in1_diff; bool in2_diff; bool in3_diff; bool dmic_en; bool dmic1_data_pin; /* 0 = IN1P; 1 = GPIO3 */ bool dmic2_data_pin; /* 0 = IN1N; 1 = GPIO4 */ int ldo1_en; /* GPIO for LDO1_EN */ }; #endif '/cgit.cgi/'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/uapi
AgeCommit message (Expand)AuthorFilesLines
2017-02-10devlink: fix the name of eswitch commandsJiri Pirko1-2/+8
2017-02-10Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/sc...David S. Miller1-31/+29
2017-02-10net/act_pedit: Introduce 'add' operationAmir Vadai1-0/+8
2017-02-10net/act_pedit: Support using offset relative to the conventional network headersAmir Vadai1-0/+23
2017-02-09openvswitch: Add force commit.Jarno Rajahalme1-0/+5
2017-02-09openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme1-1/+19
2017-02-09openvswitch: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme1-2/+6
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long1-0/+7
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long1-0/+1
2017-02-09cfg80211: fix NAN bands definitionLuca Coelho1-31/+26
2017-02-08cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski1-0/+3
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller