Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixup! soundwire: intel_auxdevice: add kernel parameter for mclk divider #5146

Closed
wants to merge 1 commit into from

Conversation

bardliao
Copy link
Collaborator

Add description of the kernel parameter in in kernel-parameters.txt as pre Vinod's suggestion.

Add description of the kernel parameter in in kernel-parameters.txt as
pre Vinod's suggestion.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
sdw_mclk_divider=[SDW]
Specify the MCLK divider for Intel SoundWire buses in
case the BIOS does not provide the clock rate properly.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this makes no sense to me. We have tons of kernel parameters that are for developers only. We don't want to maintain or advertise them as a supported configuration interface.

@plbossart
Copy link
Member

from Documentation/admin-guide/kernel-parameters.rst

"
This document may not be entirely up to date and comprehensive. The command
"modinfo -p ${modulename}" shows a current list of all parameters of a loadable
module. Loadable modules, after being loaded into the running kernel, also
reveal their parameters in /sys/module/${modulename}/parameters/. Some of these
parameters may be changed at runtime by the command
echo -n ${value} > /sys/module/${modulename}/parameters/${parm}.
"

I think modinfo is more than enough here.

@bardliao
Copy link
Collaborator Author

Allright, let's close the PR.

@bardliao bardliao closed this Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants