Searched defs:snd_jack_kctl (Results 1 – 1 of 1) sorted by relevance
18 struct snd_jack_kctl { struct19 struct snd_kcontrol *kctl;20 struct list_head list; /* list of controls belong to the same jack */21 unsigned int mask_bits; /* only masked status bits are reported via kctl */22 struct snd_jack *jack; /* pointer to struct snd_jack */23 bool sw_inject_enable; /* allow to inject plug event via debugfs */25 struct dentry *jack_debugfs_root; /* jack_kctl debugfs root */