Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_controller.h138 unsigned int single_cmd:1; member
H A Dhda_intel.c119 static int single_cmd = -1; variable
149 module_param(single_cmd, bint, 0444);
150 MODULE_PARM_DESC(single_cmd, "Use single command to communicate with codecs "
1841 if (single_cmd < 0) /* allow fallback to single_cmd at errors */ in azx_create()
1844 chip->single_cmd = single_cmd; in azx_create()
H A Dhda_controller.c835 chip->single_cmd = 1; in azx_rirb_get_response()
923 if (chip->single_cmd) in azx_send_cmd()
937 if (chip->single_cmd) in azx_get_response()
H A Dhda_tegra.c410 chip->single_cmd = false; in hda_tegra_create()
/OK3568_Linux_fs/kernel/Documentation/sound/
H A Dalsa-configuration.rst1039 single_cmd
1095 can try ``single_cmd=1`` module option. This will switch the
/OK3568_Linux_fs/kernel/Documentation/sound/hd-audio/
H A Dnotes.rst105 hda_intel: azx_get_response timeout, switching to single_cmd mode: