Home
last modified time | relevance | path

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

/linux/sound/hda/common/
H A Dhda_controller.h132 int bdl_pos_adj;
131 int bdl_pos_adj; global() member
H A Dcontroller.c1170 bus->core.bdl_pos_adj = chip->bdl_pos_adj; in azx_bus_init()
/linux/sound/hda/controllers/
H A Dintel.c109 static int bdl_pos_adj[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; variable
136 module_param_array(bdl_pos_adj, int, NULL, 0644);
137 MODULE_PARM_DESC(bdl_pos_adj, "BDL position adjustment offset.");
696 return chip->bdl_pos_adj ? 0 : -1; in azx_position_ok()
713 return chip->bdl_pos_adj ? 0 : -1; in azx_position_ok()
734 "IRQ timing workaround is activated for card #%d. Suggest a bigger bdl_pos_adj.\n", in azx_irq_pending_work()
1824 if (bdl_pos_adj[dev] < 0) in azx_create()
1825 chip->bdl_pos_adj = default_bdl_pos_adj(chip); in azx_create()
1827 chip->bdl_pos_adj = bdl_pos_adj[de in azx_create()
[all...]
/linux/sound/hda/core/
H A Dstream.c521 pos_adj = bus->bdl_pos_adj; in snd_hdac_stream_setup_bdle()
/linux/include/sound/
H A Dhdaudio.h358 int bdl_pos_adj; /* BDL position adjustment */ member
/linux/sound/soc/sof/intel/
H A Dhda.c506 bus->bdl_pos_adj = 0; in hda_init()