diff options
| author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2024-10-04 10:18:50 +0800 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2024-10-10 17:43:55 +0530 |
| commit | cbcb7edd099aee3f001c008fb8bbb1c0d2b7154c (patch) | |
| tree | 2bbafe28b146a1b2b09bd8337a683ef1177c9690 /Documentation/admin-guide/kernel-parameters.rst | |
| parent | 71b405b184449fffcb76ea0814104b71dfdb2aee (diff) | |
| download | linux-cbcb7edd099aee3f001c008fb8bbb1c0d2b7154c.tar.gz linux-cbcb7edd099aee3f001c008fb8bbb1c0d2b7154c.zip | |
soundwire: intel_auxdevice: add kernel parameter for mclk divider
Add a kernel parameter to work-around discrepancies between hardware
and platform firmware, it's not unusual to see e.g. 38.4MHz listed in
_DSD properties as the SoundWire clock source, but the hardware may be
based on a 19.2 MHz mclk source.
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20241004021850.9758-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/admin-guide/kernel-parameters.rst')
| -rw-r--r-- | Documentation/admin-guide/kernel-parameters.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.rst b/Documentation/admin-guide/kernel-parameters.rst index fdea7c26ef80..a64130fd19bf 100644 --- a/Documentation/admin-guide/kernel-parameters.rst +++ b/Documentation/admin-guide/kernel-parameters.rst @@ -159,6 +159,7 @@ is applicable:: SCSI Appropriate SCSI support is enabled. A lot of drivers have their options described inside the Documentation/scsi/ sub-directory. + SDW SoundWire support is enabled. SECURITY Different security models are enabled. SELINUX SELinux support is enabled. SERIAL Serial support is enabled. |
