Lines Matching defs:snd_jack_kctl
18 struct snd_jack_kctl { struct
19 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 */