Searched refs:position_fix (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/sound/hd-audio/ |
H A 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/sound/pci/hda/ |
H A D | hda_intel.c | 108 static int position_fix[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; 133 module_param_array(position_fix, int, NULL, 0444); 134 MODULE_PARM_DESC(position_fix, "DMA pointer read method." 1497 * allow/deny-listing for position_fix 1535 "position_fix set to %d for device %04x:%04x\n", in check_position_fix() 1796 assign_position_fix(chip, check_position_fix(chip, position_fix[dev])); in azx_create() 109 static int position_fix[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; global() variable
|
/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 1020 position_fix 1103 ``position_fix=1`` or ``2``. ``position_fix=1`` will use the SD_LPIB 1105 DMA pointer. ``position_fix=2`` will make the driver to use 1110 ``position_fix=3`` is specific to VIA devices. The position 1112 values. ``position_fix=4`` is a combination mode, using LPIB
|