Home
last modified time | relevance | path

Searched refs:single_cmd (Results 1 – 5 of 5) sorted by relevance

/linux/sound/hda/common/
H A Dhda_controller.h135 unsigned int single_cmd:1;
134 unsigned int single_cmd:1; global() member
H A Dcontroller.c809 * to the single_cmd mode in azx_rirb_get_response()
820 "azx_get_response timeout, switching to single_cmd mode: last cmd=0x%08x\n", in azx_rirb_get_response()
822 chip->single_cmd = 1; in azx_rirb_get_response()
900 * current setting of chip->single_cmd.
910 if (chip->single_cmd || bus->use_pio_for_commands) in azx_send_cmd()
924 if (chip->single_cmd || bus->use_pio_for_commands) in azx_get_response()
/linux/sound/hda/controllers/
H A Dintel.c115 static int single_cmd = -1; variable
146 module_param(single_cmd, bint, 0444);
147 MODULE_PARM_DESC(single_cmd, "Use single command to communicate with codecs "
1821 if (single_cmd < 0) /* allow fallback to single_cmd at errors */ in azx_create()
1824 chip->single_cmd = single_cmd; in azx_create()
H A Dcix-ipbloq.c195 chip->single_cmd = 0; in cix_ipbloq_hda_create()
H A Dtegra.c433 chip->single_cmd = false; in hda_tegra_create()