Home
last modified time | relevance | path

Searched refs:AZX_DPLBASE_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dhda_controller.h85 #define AZX_DPLBASE_ENABLE 0x1 /* Enable position buffer */ macro
Dhda_controller.c156 if (!(azx_readl(chip, DPLBASE) & AZX_DPLBASE_ENABLE)) in azx_setup_controller()
158 (u32)chip->posbuf.addr | AZX_DPLBASE_ENABLE); in azx_setup_controller()