Home
last modified time | relevance | path

Searched refs:bdl_pos_adj (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_loongson.c70 static int bdl_pos_adj[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; variable
88 module_param_array(bdl_pos_adj, int, NULL, 0644);
89 MODULE_PARM_DESC(bdl_pos_adj, "BDL position adjustment offset.");
217 "IRQ timing workaround is activated for card #%d. Suggest a bigger bdl_pos_adj.\n", in azx_irq_pending_work()
553 if (bdl_pos_adj[dev] < 0) { in azx_create()
556 bdl_pos_adj[dev] = 1; in azx_create()
559 bdl_pos_adj[dev] = 32; in azx_create()
563 chip->bdl_pos_adj = bdl_pos_adj[dev]; in azx_create()
H A Dhda_controller.h139 int bdl_pos_adj; member
H A Dhda_intel.c115 static int bdl_pos_adj[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; variable
141 module_param_array(bdl_pos_adj, int, NULL, 0644);
142 MODULE_PARM_DESC(bdl_pos_adj, "BDL position adjustment offset.");
726 return chip->bdl_pos_adj ? 0 : -1; in azx_position_ok()
743 return chip->bdl_pos_adj ? 0 : -1; in azx_position_ok()
762 "IRQ timing workaround is activated for card #%d. Suggest a bigger bdl_pos_adj.\n", in azx_irq_pending_work()
1857 if (bdl_pos_adj[dev] < 0) in azx_create()
1858 chip->bdl_pos_adj = default_bdl_pos_adj(chip); in azx_create()
1860 chip->bdl_pos_adj = bdl_pos_adj[de in azx_create()
[all...]
H A Dhda_controller.c1226 bus->core.bdl_pos_adj = chip->bdl_pos_adj; in azx_bus_init()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_controller.h134 int bdl_pos_adj; member
H 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()
722 "IRQ timing workaround is activated for card #%d. Suggest a bigger bdl_pos_adj.\n", in azx_irq_pending_work()
1814 if (bdl_pos_adj[dev] < 0) in azx_create()
1815 chip->bdl_pos_adj = default_bdl_pos_adj(chip); in azx_create()
1817 chip->bdl_pos_adj = bdl_pos_adj[de in azx_create()
[all...]
H A Dhda_controller.c1178 bus->core.bdl_pos_adj = chip->bdl_pos_adj; in azx_bus_init()
/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_stream.c508 pos_adj = bus->bdl_pos_adj; in snd_hdac_stream_setup_periods()
/kernel/linux/linux-5.10/include/sound/
H A Dhdaudio.h348 int bdl_pos_adj; /* BDL position adjustment */ member
/kernel/linux/linux-6.6/include/sound/
H A Dhdaudio.h356 int bdl_pos_adj; /* BDL position adjustment */ member
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_stream.c523 pos_adj = bus->bdl_pos_adj; in snd_hdac_stream_setup_periods()
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dcore.c370 bus->core.bdl_pos_adj = 0; in avs_bus_init()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl.c893 bus->bdl_pos_adj = 0; in skl_create()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda.c537 bus->bdl_pos_adj = 0; in hda_init()
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl.c903 bus->bdl_pos_adj = 0; in skl_create()
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dhda.c830 bus->bdl_pos_adj = 0; in hda_init()

Completed in 26 milliseconds