#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 t-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna-Maria Gleixner <anna-maria@linutronix.de>2016-11-27 00:13:41 +0100
committerThomas Gleixner <tglx@linutronix.de>2016-12-02 00:52:37 +0100
commit21647615db288d9dacad0de6a5df846b39d51bea (patch)
tree359741a8f94c860a253dea168b87112a216a320d
parentcab7a7e5b6c5c2638b00c72559ff9fb715583c98 (diff)
iommu/vt-d: Convert to hotplug state machine
Install the callbacks via the state machine. Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Cc: Joerg Roedel <joro@8bytes.org> Cc: iommu@lists.linux-foundation.org Cc: rt@linutronix.de Cc: David Woodhouse <dwmw2@infradead.org> Link: http://lkml.kernel.org/r/20161126231350.10321-14-bigeasy@linutronix.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>