summaryrefslogtreecommitdiff
path: root/trafgen_stddef.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-13trafgen: Add checksum helpers for TCP/UDP over IPv6Tobias Klauser1-0/+6
2013-05-05make: rename trafgen stddef.h fileDaniel Borkmann1-0/+197
pt>
Diffstat
-23 16:02:49 +0800
committerMark Brown <broonie@kernel.org>2016-08-23 11:40:19 +0100
commit78822e36dca8fe8bc83e7847508891b59f3f8603 (patch)
treeb3f9e1eb5fd54dd4fca6fcb4cb57ed32aa1c640f
parentb6970b48e384a602bdb9d6246cded83e150d4660 (diff)
ASoC: nau8810: fix compile warning in loopback switch control
Thank Stephen Rothwell for the message. The patch is to fix the following compile error. sound/soc/codecs/nau8810.c:441:3: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] SND_SOC_DAPM_SWITCH("Digital Loopback", SND_SOC_NOPM, 0, 0, &nau8810_loopback), ^ sound/soc/codecs/nau8810.c:441:3: note: (near initialization for 'nau8810_dapm_widgets[11].kcontrol_news') Signed-off-by: John Hsu <KCHSU0@nuvoton.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat
able summary='diffstat' class='diffstat'>tyle='width: 0.0%;'/>
1 files changed, 18 insertions, 25 deletions
diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c