Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
A Dhda_controller.h138 unsigned int single_cmd:1; member
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 "
1798 if (single_cmd < 0) /* allow fallback to single_cmd at errors */ in azx_create()
1801 chip->single_cmd = single_cmd; in azx_create()
A Dhda_controller.c829 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()
A Dhda_tegra.c429 chip->single_cmd = false; in hda_tegra_create()
/linux/Documentation/sound/
A Dalsa-configuration.rst1053 single_cmd
1118 can try ``single_cmd=1`` module option. This will switch the
/linux/Documentation/sound/hd-audio/
A Dnotes.rst105 hda_intel: azx_get_response timeout, switching to single_cmd mode:

Completed in 21 milliseconds