Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_intel.c120 static int bdl_pos_adj[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; variable
145 module_param_array(bdl_pos_adj, int, NULL, 0644);
146 MODULE_PARM_DESC(bdl_pos_adj, "BDL position adjustment offset.");
605 return chip->bdl_pos_adj[chip->dev_index] ? 0 : -1; in azx_position_ok()
1462 if (bdl_pos_adj[dev] < 0) { in azx_create()
1466 bdl_pos_adj[dev] = 1; in azx_create()
1469 bdl_pos_adj[dev] = 32; in azx_create()
1473 chip->bdl_pos_adj = bdl_pos_adj; in azx_create()
Dhda_priv.h345 const int *bdl_pos_adj; member
Dhda_controller.c348 if (chip->bdl_pos_adj) in azx_setup_periods()
349 pos_adj = chip->bdl_pos_adj[chip->dev_index]; in azx_setup_periods()