Message ID | 20230131184653.10216-1-mario.limonciello@amd.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix default DMIC gain on AMD PDM drivers | expand |
On 31. 01. 23 19:46, Mario Limonciello wrote: > It's been reported that a number of laptops have a low volume > level from the digital microphone compared to Windows. > > AMD offers a register that can adjust the gain for PDM which is not > configured at maximum gain by default. > > To fix this change the default for all 3 drivers to raise the gain > but also offer a module parameter. The module parameter can be used > for debugging if the gain is too high on a given laptop. > > This is intentionally split into multiple patches for default and > parameter so that if the default really does behave better universally > we can bring it back to stable too later. > > v2->v3: > * Use clamp and clear properly > > Mario Limonciello (6): > ASoC: amd: yc: Adjust the gain for PDM DMIC > ASoC: amd: yc: Add a module parameter to influence pdm_gain > ASoC: amd: renoir: Adjust the gain for PDM DMIC > ASoC: amd: renoir: Add a module parameter to influence pdm_gain > ASoC: amd: ps: Adjust the gain for PDM DMIC > ASoC: amd: ps: Add a module parameter to influence pdm_gain For all patches: Reviewed-by: Jaroslav Kysela <perex@perex.cz>
On Tue, 31 Jan 2023 12:46:46 -0600, Mario Limonciello wrote: > It's been reported that a number of laptops have a low volume > level from the digital microphone compared to Windows. > > AMD offers a register that can adjust the gain for PDM which is not > configured at maximum gain by default. > > To fix this change the default for all 3 drivers to raise the gain > but also offer a module parameter. The module parameter can be used > for debugging if the gain is too high on a given laptop. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/6] ASoC: amd: yc: Adjust the gain for PDM DMIC commit: 6d6f62c868a8ad9c451c22f9f20f08a6149f8487 [2/6] ASoC: amd: yc: Add a module parameter to influence pdm_gain commit: 02ea45d10fab99040c87d0267656930accb91e3c [3/6] ASoC: amd: renoir: Adjust the gain for PDM DMIC commit: 47dc601a067d9a79989310c8a1f93ea390ae9ead [4/6] ASoC: amd: renoir: Add a module parameter to influence pdm_gain commit: b7d8d4ec80ee380a82d6748c1d4e9fd89ce6e595 [5/6] ASoC: amd: ps: Adjust the gain for PDM DMIC commit: 99ecc7889bee68fdf377f328c21ad0f953f8b05e [6/6] ASoC: amd: ps: Add a module parameter to influence pdm_gain commit: 5579a966229c3365d0e2c91e9a96fc40e293dffa All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark