Home
last modified time | relevance | path

Searched refs:single_cmd (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_loongson.c73 static bool single_cmd; variable
94 module_param(single_cmd, bool, 0444);
95 MODULE_PARM_DESC(single_cmd, "Use single command to communicate with codecs "
550 chip->single_cmd = single_cmd; in azx_create()
H A Dhda_controller.h142 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 "
1850 if (single_cmd < 0) /* allow fallback to single_cmd at errors */ in azx_create()
1852 else /* explicitly set to single_cmd or not */ in azx_create()
1853 chip->single_cmd = single_cmd; in azx_create()
H A Dhda_controller.c839 * to the single_cmd mode in azx_rirb_get_response()
850 "azx_get_response timeout, switching to single_cmd mode: last cmd=0x%08x\n", in azx_rirb_get_response()
852 chip->single_cmd = 1; in azx_rirb_get_response()
930 * current setting of chip->single_cmd.
942 if (chip->single_cmd) in azx_send_cmd()
956 if (chip->single_cmd) in azx_get_response()
H A Dhda_tegra.c410 chip->single_cmd = false; in hda_tegra_create()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_controller.h137 unsigned int single_cmd:1; member
H A Dhda_intel.c113 static int single_cmd = -1; variable
144 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()
1809 else /* explicitly set to single_cmd or not */ in azx_create()
1810 chip->single_cmd = single_cmd; in azx_create()
H A Dhda_controller.c810 * to the single_cmd mode in azx_rirb_get_response()
821 "azx_get_response timeout, switching to single_cmd mode: last cmd=0x%08x\n", in azx_rirb_get_response()
823 chip->single_cmd = 1; in azx_rirb_get_response()
901 * current setting of chip->single_cmd.
911 if (chip->single_cmd) in azx_send_cmd()
925 if (chip->single_cmd) in azx_get_response()
H A Dhda_tegra.c429 chip->single_cmd = false; in hda_tegra_create()

Completed in 14 milliseconds