Searched refs:bdl_pos_adj (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_loongson.c | 70 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 D | hda_controller.h | 139 int bdl_pos_adj; member
|
H A D | hda_intel.c | 115 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 D | hda_controller.c | 1226 bus->core.bdl_pos_adj = chip->bdl_pos_adj; in azx_bus_init()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_controller.h | 134 int bdl_pos_adj; member
|
H A D | hda_intel.c | 109 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 D | hda_controller.c | 1178 bus->core.bdl_pos_adj = chip->bdl_pos_adj; in azx_bus_init()
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_stream.c | 508 pos_adj = bus->bdl_pos_adj; in snd_hdac_stream_setup_periods()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hdaudio.h | 348 int bdl_pos_adj; /* BDL position adjustment */ member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hdaudio.h | 356 int bdl_pos_adj; /* BDL position adjustment */ member
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_stream.c | 523 pos_adj = bus->bdl_pos_adj; in snd_hdac_stream_setup_periods()
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | core.c | 370 bus->core.bdl_pos_adj = 0; in avs_bus_init()
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl.c | 893 bus->bdl_pos_adj = 0; in skl_create()
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda.c | 537 bus->bdl_pos_adj = 0; in hda_init()
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl.c | 903 bus->bdl_pos_adj = 0; in skl_create()
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | hda.c | 830 bus->bdl_pos_adj = 0; in hda_init()
|
Completed in 26 milliseconds