Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/pci/hda/
A Dhda_intel.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.");
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()
A Dhda_controller.h134 int bdl_pos_adj; member
A Dhda_controller.c1178 bus->core.bdl_pos_adj = chip->bdl_pos_adj; in azx_bus_init()
/linux-6.3-rc2/sound/hda/
A Dhdac_stream.c517 pos_adj = bus->bdl_pos_adj; in snd_hdac_stream_setup_periods()
/linux-6.3-rc2/include/sound/
A Dhdaudio.h353 int bdl_pos_adj; /* BDL position adjustment */ member
/linux-6.3-rc2/sound/soc/intel/avs/
A Dcore.c370 bus->core.bdl_pos_adj = 0; in avs_bus_init()
/linux-6.3-rc2/sound/soc/intel/skylake/
A Dskl.c903 bus->bdl_pos_adj = 0; in skl_create()
/linux-6.3-rc2/sound/soc/sof/intel/
A Dhda.c763 bus->bdl_pos_adj = 0; in hda_init()
/linux-6.3-rc2/Documentation/sound/hd-audio/
A Dnotes.rst84 via ``bdl_pos_adj`` option.
86 When ``bdl_pos_adj`` is a negative value (as default), it's assigned to
/linux-6.3-rc2/Documentation/sound/
A Dalsa-configuration.rst1024 bdl_pos_adj

Completed in 31 milliseconds