diff --git a/docs/rst/configuration/alsa.rst b/docs/rst/configuration/alsa.rst index c826e0a7..a0acb62e 100644 --- a/docs/rst/configuration/alsa.rst +++ b/docs/rst/configuration/alsa.rst @@ -225,17 +225,17 @@ value is set based on some heuristics. .. code-block:: lua - ["priority.session"] = 1500 + ["priority.session"] = 1200 This configures the priority of the node when selecting a default node. Higher priority nodes will be more likely candidates as a default node. .. note:: - By default, sources have a ``priority.session`` value around 2000 and sinks - have a value around 1000. If you are increasing the priority of a sink, it - is **not advised** to use a value higher than 1900, as it may cause a sink's - monitor to be selected as a default source. + By default, sources have a ``priority.session`` value around 1600-2000 and + sinks have a value around 600-1000. If you are increasing the priority of a + sink, it is **not advised** to use a value higher than 1500, as it may cause + a sink's monitor to be selected as a default source. .. code-block:: lua