#ifndef _INCLUDE_SOUND_ALC5623_H #define _INCLUDE_SOUND_ALC5623_H struct alc5623_platform_data { /* configure : */ /* Lineout/Speaker Amps Vmid ratio control */ /* enable/disable adc/dac high pass filters */ unsigned int add_ctrl; /* configure : */ /* output to enable when jack is low */ /* output to enable when jack is high */ /* jack detect (gpio/nc/jack detect [12] */ unsigned int jack_det_ctrl; }; #endif
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-08mac80211: check for allocation failure in debugfs codeDan Carpenter1-2/+9
2017-02-08mac80211: aes-cmac: switch to shash CMAC driverArd Biesheuvel3-107/+32
2017-02-08mac80211: fils_aead: Use crypto api CMAC shash rather than bare cipherArd Biesheuvel3-45/+34
2017-02-08cfg80211 debugfs: Cleanup some checkpatch issuesPichugin Dmitry1-5/+5
2017-02-07mac80211: add back lost debugfs filesJohannes Berg