Skip to content

bug: Unmatched Kconfig values in driver SNDMIXER#39

Merged
renzenicolai merged 1 commit intobadgeteam:masterfrom
brianredbeard:brb-kconfig-fix2
Apr 11, 2023
Merged

bug: Unmatched Kconfig values in driver SNDMIXER#39
renzenicolai merged 1 commit intobadgeteam:masterfrom
brianredbeard:brb-kconfig-fix2

Conversation

@brianredbeard
Copy link
Contributor

This resolves the following warning:

warning: the default selection DRIVER_SNDMIXER_DATA_FORMAT_UNSIGNED
(undefined) of (defined at
components/driver_sndmixer/Kconfig:77) is not contained in the choice

by changing the value DRIVER_SNDMIXER_DATA_FORMAT_UNSIGNED to DRIVER_SNDMIXER_I2S_DATA_FORMAT_UNSIGNED.

This resolves the following warning:

> warning: the default selection DRIVER_SNDMIXER_DATA_FORMAT_UNSIGNED
> (undefined) of <choice DRIVER_SNDMIXER_DATA_FORMAT> (defined at
> components/driver_sndmixer/Kconfig:77) is not contained in the choice

by changing the value `DRIVER_SNDMIXER_DATA_FORMAT_UNSIGNED` to
`DRIVER_SNDMIXER_I2S_DATA_FORMAT_UNSIGNED`.
@renzenicolai renzenicolai merged commit 40f8619 into badgeteam:master Apr 11, 2023
@brianredbeard brianredbeard deleted the brb-kconfig-fix2 branch April 11, 2023 23:45
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