Searched defs:gbaudio_module_info (Results 1 – 1 of 1) sorted by relevance
115 struct gbaudio_module_info { struct117 struct device *dev;118 int dev_id; /* check if it should be bundle_id/hd_cport_id */119 int vid;120 int pid;121 int type;122 int set_uevent;123 char vstr[NAME_SIZE];124 char pstr[NAME_SIZE];125 struct list_head list;[all …]