Searched refs:position_fix (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | hda_intel.c | 125 static int position_fix[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; variable 148 module_param_array(position_fix, int, NULL, 0444); 149 MODULE_PARM_DESC(position_fix, "DMA pointer read method." 1602 assign_position_fix(chip, check_position_fix(chip, position_fix[dev])); in azx_create()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio.txt | 57 a case, you can change the default method via `position_fix` option. 59 `position_fix=1` means to use LPIB method explicitly. 60 `position_fix=2` means to use the position-buffer. 61 `position_fix=3` means to use a combination of both methods, needed 64 `position_fix=4` is another combination available for all controllers,
|
D | ALSA-Configuration.txt | 863 position_fix - Fix DMA pointer 927 position_fix=1 or 2. position_fix=1 will use the SD_LPIB 929 DMA pointer. position_fix=2 will make the driver to use 934 position_fix=3 is specific to VIA devices. The position 936 values. position_fix=4 is a combination mode, using LPIB
|