Searched refs:position_fix (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/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-5.19.10/sound/pci/hda/ ! |
D | hda_intel.c | 114 static int position_fix[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; variable 138 module_param_array(position_fix, int, NULL, 0444); 139 MODULE_PARM_DESC(position_fix, "DMA pointer read method." 1800 assign_position_fix(chip, check_position_fix(chip, position_fix[dev])); in azx_create()
|
/linux-5.19.10/Documentation/sound/ ! |
D | alsa-configuration.rst | 1006 position_fix 1086 ``position_fix=1`` or ``2``. ``position_fix=1`` will use the SD_LPIB 1088 DMA pointer. ``position_fix=2`` will make the driver to use 1093 ``position_fix=3`` is specific to VIA devices. The position 1095 values. ``position_fix=4`` is a combination mode, using LPIB
|