summaryrefslogtreecommitdiff
path: root/kernel/signal.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2016-02-29 18:01:17 +0100
committerMark Brown <broonie@kernel.org>2016-03-01 12:12:37 +0900
commit39a79fe10482572ce76fd724b7915b3ee4cbd81e (patch)
tree6ac380ed3ec151ddcfb7be901ed6c23f518b48c2 /kernel/signal.c
parent92e963f50fc74041b5e9e744c330dca48e04f08d (diff)
ASoC: wm9081: Fix enum ctl accesses in a wrong type
"Speaker Mode "ctl in wm9081 codec driver is enum, while the current driver accesses wrongly via value.integer.value[]. They have to be via value.enumerated.item[] instead. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'kernel/signal.c')
0 files changed, 0 insertions, 0 deletions
tp: Add missing annotation for sctp_transport_walk_stop()Jules Irenge 2020-02-24sctp: Add missing annotation for sctp_transport_walk_start()Jules Irenge 2020-02-24sctp: Add missing annotation for sctp_err_finish()Jules Irenge 2020-02-24ip6mr: Fix RCU list debugging warningAmol Grover 2020-02-24tcp: ipv4: Pass lockdep expression to RCU listsAmol Grover 2020-02-24net: 802: psnap.c: Use built-in RCU list checkingMadhuparna Bhowmik 2020-02-24tcp, ulp: Pass lockdep expression to RCU listsAmol Grover 2020-02-24devlink: add ACL generic packet trapsJiri Pirko 2020-02-24net: Remove unneeded export of a couple of xdp generic functionsDavid Ahern 2020-02-24mac80211: Add api to support configuring TID specific configurationTamizh chelvam 2020-02-24nl80211: Add support to configure TID specific RTSCTS configurationTamizh chelvam 2020-02-24nl80211: Add support to configure TID specific AMPDU configurationTamizh chelvam 2020-02-24nl80211: Add support to configure TID specific retry configurationTamizh chelvam 2020-02-24nl80211: modify TID-config APIJohannes Berg 2020-02-24nl80211: Add NL command to support TID speicific configurationsTamizh chelvam 2020-02-24mac80211: Beacon protection using the new BIGTK (STA)Jouni Malinen 2020-02-24mac80211: Beacon protection using the new BIGTK (AP)Jouni Malinen 2020-02-24mac80211: Update BIP to support Beacon framesJouni Malinen 2020-02-24mac80211: Support BIGTK configuration for Beacon protectionJouni Malinen 2020-02-24cfg80211: Support key configuration for Beacon protection (BIGTK)Jouni Malinen 2020-02-24cfg80211: More error messages for key addition failuresJouni Malinen 2020-02-24Revert "nl80211: add src and dst addr attributes for control port tx/rx"Johannes Berg 2020-02-24Revert "mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_A...Johannes Berg 2020-02-23igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVALLi RongQing 2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller