#ifndef _NET_ESP_H #define _NET_ESP_H #include struct ip_esp_hdr; static inline struct ip_esp_hdr *ip_esp_hdr(const struct sk_buff *skb) { return (struct ip_esp_hdr *)skb_transport_header(skb); } #endif rnate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Krutak <dev@andree.sk>2016-10-05 17:46:09 +0200
committerTakashi Iwai <tiwai@suse.de>2016-10-10 12:07:29 +0200
commitb907900ec4065e1d9b65fafa05fd6601b6a2ffc7 (patch)
treed96de603c6fddb9a7ab1c7be795d5edb2f5bb4f7
parenteeea8b40cd2866ca24f25e5ef09225edb076ae45 (diff)
ALSA: line6: Fix POD X3 Live audio input
The commit c039aaa77a7d1d9375665a8b59ec16dc7d23e259 was incomplete, missing part of the setup for Live. This makes also audio input work, in addition to audio output. Fixes: c039aaa77a7d1d9375665a8b59ec16dc7d23e259 Reported-by: Eddi De Pieri <eddi@depieri.net> Signed-off-by: Andrej Krutak <dev@andree.sk> Signed-off-by: Takashi Iwai <tiwai@suse.de>