#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 ink rel='vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLABBE Corentin <clabbe.montjoie@gmail.com>2017-02-08 09:31:11 +0100
committerDavid S. Miller <davem@davemloft.net>2017-02-08 15:11:24 -0500
commitefd89b60a35d6ab0bfdd24348a0b6dbe7118aee4 (patch)
tree4737331d175f2995964086bc8911d4b02acc6023 /drivers
parentbbf892849678ff9e25590cbf78d0202e35d7e41d (diff)
net: stmmac: fix some code style problem
Checkpatch complains about some code style problem on stmmac_mdio.c. This patch fix them. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')