/* * linux/sound/wm9090.h -- Platform data for WM9090 * * Copyright 2009, 2010 Wolfson Microelectronics. PLC. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __LINUX_SND_WM9090_H #define __LINUX_SND_WM9090_H struct wm9090_platform_data { /* Line inputs 1 & 2 can optionally be differential */ unsigned int lin1_diff:1; unsigned int lin2_diff:1; /* AGC configuration. This is intended to protect the speaker * against overdriving and will therefore depend on the * hardware setup with incorrect runtime configuration * potentially causing hardware damage. */ unsigned int agc_ena:1; u16 agc[3]; }; #endif '/cgit.cgi/'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2016-12-12 15:52:46 +0000
committerMark Brown <broonie@kernel.org>2016-12-12 15:52:46 +0000
commit52708d05bad11ea2cd2c1391af13321b80982332 (patch)
tree9c214d4197712f7d2942cd9c3c1344d5d67e1a60 /include
parent14eec47753216e185396be5b0e6f04f274bfe4a5 (diff)
parentc1aee1d828caa86a663c57a56eead7fd5f22d80f (diff)
Merge remote-tracking branch 'asoc/topic/intel' into asoc-next
Diffstat (limited to 'include')