Searched refs:dxs_support (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/pci/ |
| H A D | via82xx.c | 72 static int dxs_support; variable 90 module_param(dxs_support, int, 0444); 91 MODULE_PARM_DESC(dxs_support, "Support for DXS channels (0 = auto, 1 = enable, 2 = disable, 3 = 48k… 2471 if (dxs_support == VIA_DXS_AUTO) in __snd_via82xx_probe() 2472 dxs_support = check_dxs_list(pci, pci->revision); in __snd_via82xx_probe() 2476 if (dxs_support == VIA_DXS_DISABLE) in __snd_via82xx_probe() 2518 if (dxs_support == VIA_DXS_48K) in __snd_via82xx_probe() 2520 else if (dxs_support == VIA_DXS_NO_VRA) in __snd_via82xx_probe() 2522 else if (dxs_support == VIA_DXS_SRC) { in __snd_via82xx_probe()
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 2431 dxs_support 2452 As default (``dxs_support = 0``), 48k fixed rate is chosen 2456 Please try once ``dxs_support=5`` and if it works on other 2460 If ``dxs_support=5`` does not work, try ``dxs_support=4``; if it 2461 doesn't work too, try dxs_support=1. (dxs_support=1 is 2464 work and the default setting is ok, ``dxs_support=3`` is the 2466 try ``dxs_support=2`` to disable the DXS channels.
|