/* * linux/sound/wm5100.h -- Platform data for WM5100 * * Copyright 2011 Wolfson Microelectronics. PLC. * * 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_WM5100_H #define __LINUX_SND_WM5100_H enum wm5100_in_mode { WM5100_IN_SE = 0, WM5100_IN_DIFF = 1, WM5100_IN_DMIC = 2, }; enum wm5100_dmic_sup { WM5100_DMIC_SUP_MICVDD = 0, WM5100_DMIC_SUP_MICBIAS1 = 1, WM5100_DMIC_SUP_MICBIAS2 = 2, WM5100_DMIC_SUP_MICBIAS3 = 3, }; enum wm5100_micdet_bias { WM5100_MICDET_MICBIAS1 = 0, WM5100_MICDET_MICBIAS2 = 1, WM5100_MICDET_MICBIAS3 = 2, }; struct wm5100_jack_mode { enum wm5100_micdet_bias bias; int hp_pol; int micd_src; }; #define WM5100_GPIO_SET 0x10000 struct wm5100_pdata { int reset; /** GPIO controlling /RESET, if any */ int ldo_ena; /** GPIO controlling LODENA, if any */ int hp_pol; /** GPIO controlling headset polarity, if any */ int irq_flags; int gpio_base; struct wm5100_jack_mode jack_modes[2]; /* Input pin mode selection */ enum wm5100_in_mode in_mode[4]; /* DMIC supply selection */ enum wm5100_dmic_sup dmic_sup[4]; int gpio_defaults[6]; }; #endif rx-pump-back'>packet-rx-pump-back net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
2017-02-09openvswitch: Pack struct sw_flow_key.Jarno Rajahalme4-34/+39
2017-02-09openvswitch: Add force commit.Jarno Rajahalme1-2/+24
2017-02-09openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme7-46/+227
2017-02-09openvswitch: Inherit master's labels.Jarno Rajahalme1-14/+31
2017-02-09openvswitch: Refactor labels initialization.Jarno Rajahalme1-42/+62
2017-02-09openvswitch: Simplify labels length logic.Jarno Rajahalme1-11/+9
2017-02-09openvswitch: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme1-7/+8
2017-02-09openvswitch: Do not trigger events for unconfirmed connections.Jarno Rajahalme1-6/+22
2017-02-09openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme1-2/+22
2017-02-09openvswitch: Fix comments for skb->_nfctJarno Rajahalme1-7/+7
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-7/+5
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal1-4/+2
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-3/+3