Searched refs:bdl_pos_adj (Results 1 – 10 of 10) sorted by relevance
109 static int bdl_pos_adj[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; variable136 module_param_array(bdl_pos_adj, int, NULL, 0644);137 MODULE_PARM_DESC(bdl_pos_adj, "BDL position adjustment offset.");686 return chip->bdl_pos_adj ? 0 : -1; in azx_position_ok()703 return chip->bdl_pos_adj ? 0 : -1; in azx_position_ok()1806 if (bdl_pos_adj[dev] < 0) in azx_create()1807 chip->bdl_pos_adj = default_bdl_pos_adj(chip); in azx_create()1809 chip->bdl_pos_adj = bdl_pos_adj[dev]; in azx_create()
134 int bdl_pos_adj; member
1178 bus->core.bdl_pos_adj = chip->bdl_pos_adj; in azx_bus_init()
517 pos_adj = bus->bdl_pos_adj; in snd_hdac_stream_setup_periods()
353 int bdl_pos_adj; /* BDL position adjustment */ member
370 bus->core.bdl_pos_adj = 0; in avs_bus_init()
903 bus->bdl_pos_adj = 0; in skl_create()
763 bus->bdl_pos_adj = 0; in hda_init()
84 via ``bdl_pos_adj`` option. 86 When ``bdl_pos_adj`` is a negative value (as default), it's assigned to
1024 bdl_pos_adj
Completed in 31 milliseconds