/* * DA9055 ALSA Soc codec driver * * Copyright (c) 2012 Dialog Semiconductor * * Tested on (Samsung SMDK6410 board + DA9055 EVB) using I2S and I2C * Written by David Chen and * Ashish Chavan * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. */ #ifndef __SOUND_DA9055_H__ #define __SOUND_DA9055_H__ enum da9055_micbias_voltage { DA9055_MICBIAS_1_6V = 0, DA9055_MICBIAS_1_8V = 1, DA9055_MICBIAS_2_1V = 2, DA9055_MICBIAS_2_2V = 3, }; struct da9055_platform_data { /* Selects which of the two MicBias pins acts as the bias source */ bool micbias_source; /* Selects the micbias voltage */ enum da9055_micbias_voltage micbias; }; #endif e='538d92912d3190a1dd809233a0d57277459f37b2'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
dden' name='h' value='nds-private-remove'/>
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2017-01-26 17:15:44 +0100
committerJohannes Berg <johannes.berg@intel.com>2017-01-26 18:03:09 +0100
commit228c8c6b1f4376788e9d5ab00d50b10228eb40d3 (patch)
treedfd7010fa9480284fe72bb2c4ab50a5225792a10 /include/uapi/asm-generic/Kbuild
parent731977e97b3697454a862fec656c2561eabc0b87 (diff)
wireless: define cipher/AKM suites using a macro
The spec writes cipher/AKM suites as something like 00-0F-AC:9, but the part after the colon isn't hex, it's decimal, so that we've already had a few mistakes (in other code, or unmerged patches) to e.g. write 0x000FAC10 instead of 0x000FAC0A. Use a macro to avoid that problem. Reviewed-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/uapi/asm-generic/Kbuild')
div>
Diffstat (limited to 'include/crypto/cryptd.h')