Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dhda-bus.c80 bus->use_pio_for_commands = true; in sof_hda_bus_init()
/linux/sound/hda/
H A 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/include/sound/
H A Dhdaudio.h354 bool use_pio_for_commands:1; /* Use PIO instead of CORB for commands */ member