Searched refs:position_fix (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/Documentation/sound/hd-audio/ | 
| D | notes.rst | 59 a case, you can change the default method via ``position_fix`` option. 61 ``position_fix=1`` means to use LPIB method explicitly. 62 ``position_fix=2`` means to use the position-buffer. 63 ``position_fix=3`` means to use a combination of both methods, needed 66 ``position_fix=4`` is another combination available for all controllers, 69 ``position_fix=5`` is specific to Intel platforms, so far, for Skylake 72 ``position_fix=6`` is to correct the position with the fixed FIFO
  | 
| /Linux-v5.4/sound/pci/hda/ | 
| D | hda_intel.c | 113 static int position_fix[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1};  variable 137 module_param_array(position_fix, int, NULL, 0444); 138 MODULE_PARM_DESC(position_fix, "DMA pointer read method." 1729 	assign_position_fix(chip, check_position_fix(chip, position_fix[dev]));  in azx_create()
  | 
| /Linux-v5.4/Documentation/sound/ | 
| D | alsa-configuration.rst | 996 position_fix 1070 ``position_fix=1`` or ``2``.  ``position_fix=1`` will use the SD_LPIB 1072 DMA pointer.  ``position_fix=2`` will make the driver to use 1077 ``position_fix=3`` is specific to VIA devices.  The position 1079 values.  ``position_fix=4`` is a combination mode, using LPIB
  |