Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dhda_controller.h166 #define AZX_DCAPS_SYNC_WRITE (1 << 19) /* sync each cmd write */ macro
Dhda_intel.c316 (AZX_DCAPS_NO_TCSEL | AZX_DCAPS_SYNC_WRITE | AZX_DCAPS_POSFIX_LPIB |\
321 (AZX_DCAPS_NO_TCSEL | AZX_DCAPS_SYNC_WRITE | AZX_DCAPS_POSFIX_LPIB|\
Dhda_controller.c1849 if (chip->driver_caps & AZX_DCAPS_SYNC_WRITE) { in azx_bus_create()