Searched refs:jack_type (Results 1 – 3 of 3) sorted by relevance
39 module->jack_type = 0; in gbaudio_request_jack()58 if (module->jack_type) in gbaudio_request_jack()61 module->jack_type, report); in gbaudio_request_jack()63 module->jack_type = report; in gbaudio_request_jack()87 if (!module->jack_type) { in gbaudio_request_button()
1355 unsigned int jack_type; in gbaudio_tplg_parse_data() local1398 jack_type = le32_to_cpu(tplg_data->jack_type); in gbaudio_tplg_parse_data()1399 if (jack_type) { in gbaudio_tplg_parse_data()1400 module->jack_mask = jack_type & GBCODEC_JACK_MASK; in gbaudio_tplg_parse_data()1401 module->button_mask = jack_type & GBCODEC_JACK_BUTTON_MASK; in gbaudio_tplg_parse_data()
135 int jack_type; member
Completed in 8 milliseconds