Searched refs:single_cmd (Results 1 – 4 of 4) sorted by relevance
138 unsigned int single_cmd:1; member
829 chip->single_cmd = 1; in azx_rirb_get_response()917 if (chip->single_cmd || bus->use_pio_for_commands) in azx_send_cmd()931 if (chip->single_cmd || bus->use_pio_for_commands) in azx_get_response()
113 static int single_cmd = -1; variable144 module_param(single_cmd, bint, 0444);145 MODULE_PARM_DESC(single_cmd, "Use single command to communicate with codecs "1807 if (single_cmd < 0) /* allow fallback to single_cmd at errors */ in azx_create()1810 chip->single_cmd = single_cmd; in azx_create()
433 chip->single_cmd = false; in hda_tegra_create()
Completed in 18 milliseconds