forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/Documentation/sound/hd-audio/notes.rst
....@@ -42,7 +42,7 @@
4242 HD-audio specification at first. The specification is found on
4343 Intel's web page, for example:
4444
45
-* http://www.intel.com/standards/hdaudio/
45
+* https://www.intel.com/standards/hdaudio/
4646
4747
4848 HD-Audio Controller
....@@ -66,6 +66,11 @@
6666 ``position_fix=4`` is another combination available for all controllers,
6767 and uses LPIB for the playback and the position-buffer for the capture
6868 streams.
69
+``position_fix=5`` is specific to Intel platforms, so far, for Skylake
70
+and onward. It applies the delay calculation for the precise position
71
+reporting.
72
+``position_fix=6`` is to correct the position with the fixed FIFO
73
+size, mainly targeted for the recent AMD controllers.
6974 0 is the default value for all other
7075 controllers, the automatic check and fallback to LPIB as described in
7176 the above. If you get a problem of repeated sounds, this option might
....@@ -723,7 +728,7 @@
723728
724729 The script can be fetched directly from the following URL, too:
725730
726
-* http://www.alsa-project.org/alsa-info.sh
731
+* https://www.alsa-project.org/alsa-info.sh
727732
728733 Run this script as root, and it will gather the important information
729734 such as the module lists, module parameters, proc file contents
....@@ -813,7 +818,7 @@
813818
814819 The hda-analyzer:
815820
816
-* http://git.alsa-project.org/?p=alsa.git;a=tree;f=hda-analyzer
821
+* https://git.alsa-project.org/?p=alsa.git;a=tree;f=hda-analyzer
817822
818823 is a part of alsa.git repository in alsa-project.org:
819824