Searched refs:dxs_support (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/sound/pci/ |
D | via82xx.c | 87 static int dxs_support; variable 105 module_param(dxs_support, int, 0444); 106 MODULE_PARM_DESC(dxs_support, "Support for DXS channels (0 = auto, 1 = enable, 2 = disable, 3 = 48k… 2556 if (dxs_support == VIA_DXS_AUTO) in snd_via82xx_probe() 2557 dxs_support = check_dxs_list(pci, pci->revision); in snd_via82xx_probe() 2561 if (dxs_support == VIA_DXS_DISABLE) in snd_via82xx_probe() 2598 if (dxs_support == VIA_DXS_48K) in snd_via82xx_probe() 2600 else if (dxs_support == VIA_DXS_NO_VRA) in snd_via82xx_probe() 2602 else if (dxs_support == VIA_DXS_SRC) { in snd_via82xx_probe()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 1954 dxs_support - support DXS channels, 1976 As default (dxs_support = 0), 48k fixed rate is chosen 1980 Please try once dxs_support=5 and if it works on other 1984 If dxs_support=5 does not work, try dxs_support=4; if it 1985 doesn't work too, try dxs_support=1. (dxs_support=1 is 1988 work and the default setting is ok, dxs_support=3 is the 1990 try dxs_support=2 to disable the DXS channels.
|