Home
last modified time | relevance | path

Searched refs:use_pio_for_commands (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/sound/soc/sof/intel/
Dhda-bus.c80 bus->use_pio_for_commands = true; in sof_hda_bus_init()
/linux-6.12.1/sound/hda/
Dhdac_controller.c65 if (!bus->use_pio_for_commands) in snd_hdac_bus_init_cmd_io()
386 if (bus->use_pio_for_commands) in snd_hdac_bus_send_cmd()
404 if (bus->use_pio_for_commands) in snd_hdac_bus_get_response()
/linux-6.12.1/sound/pci/hda/
Dhda_controller.c917 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()
1190 bus->core.use_pio_for_commands = true; in azx_bus_init()
/linux-6.12.1/include/sound/
Dhdaudio.h354 bool use_pio_for_commands:1; /* Use PIO instead of CORB for commands */ member