summaryrefslogtreecommitdiff
path: root/crypto.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-15curve: curve25519_encode/curve25519_decode: simplify crypto transformsDaniel Borkmann1-0/+4
2013-06-11curve: move selftest to own fileDaniel Borkmann1-0/+4
2013-06-04keypair: Add routines to generate and verify a keypairDaniel Borkmann1-0/+1
2013-06-04crypto: add crypto header with includes and definesDaniel Borkmann1-0/+19
9128534f925711eea1653c264683b7d14a46530'>89128534f925711eea1653c264683b7d14a46530 (patch) tree60478a877e4d449e20306011acc5f075c49657a2 /sound/soc/generic parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
ASoC: rt5677: Add ACPI support
The Chromebook Pixel 2015 uses this codec with the ACPI ID RT5677CE, but does not use the standard DT property names so add a new function to parse the codec properties from these ACPI properties. Also, the GPIOs are only available by index, so we need to register a mapping to allow machine drivers to access the GPIOs by name. Signed-off-by: John Keeping <john@metanate.com> Tested-by: Tom Rini <trini@konsulko.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/generic')