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.c111 static int bdl_pos_adj[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; variable
138 module_param_array(bdl_pos_adj, int, NULL, 0644);
139 MODULE_PARM_DESC(bdl_pos_adj, "BDL position adjustment offset.");
700 return chip->bdl_pos_adj ? 0 : -1; in azx_position_ok()
717 return chip->bdl_pos_adj ? 0 : -1; in azx_position_ok()
1828 if (bdl_pos_adj[dev] < 0) in azx_create()
1829 chip->bdl_pos_adj = default_bdl_pos_adj(chip); in azx_create()
1831 chip->bdl_pos_adj = bdl_pos_adj[dev]; in azx_create()
/linux/sound/hda/core/
H A Dstream.c543 pos_adj = bus->bdl_pos_adj; in snd_hdac_stream_setup_bdle()
/linux/include/sound/
H A Dhdaudio.h359 int bdl_pos_adj; /* BDL position adjustment */ member
/linux/sound/soc/sof/intel/
H A Dhda.c520 bus->bdl_pos_adj = 0; in hda_init()