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

drivers/audio: match NDP120 max mic gain to max volume in audio framework #6456

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abhishek-samsung
Copy link
Contributor

No description provided.

…work

volume range in audio framework was changed from 10 to 15. Hence, match
the maximum mic gain for ndp120 with the new value

Signed-off-by: Abhishek Akkabathula <[email protected]>
@abhishek-samsung abhishek-samsung changed the title build/configs, drivers/audio: enable CONFIG_AUDIO_EXCLUDE_GAIN for NDP120 drivers/audio: match NDP120 max mic gain to max volume in audio framework Oct 22, 2024
@@ -45,7 +45,7 @@
#define NDP120_SPI_CHANNEL_NUM 1

/* currently unused */
#define NDP120_MIC_GAIN_MAX 10
#define NDP120_MIC_GAIN_MAX 15
Copy link
Contributor

Choose a reason for hiding this comment

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

changes look fine to merge

Copy link
Contributor

@neel-samsung neel-samsung left a comment

Choose a reason for hiding this comment

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

The PR changes are ready to merge

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.

3 participants