Searched refs:position_fix (Results 1 – 2 of 2) 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/hda/controllers/ |
| H A D | intel.c | 108 static int position_fix[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; variable 133 module_param_array(position_fix, int, NULL, 0444); 134 MODULE_PARM_DESC(position_fix, "DMA pointer read method." 1808 assign_position_fix(chip, check_position_fix(chip, position_fix[dev])); in azx_create()
|