Ticket #1190 (closed defect: fixed)
wm8753.c has incorrect "Mono Voice Playback Volume" definition
| Reported by: | mail@… | Owned by: | willie_chen@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | kernel | Version: | current svn head |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
The kernel's sound/soc/codecs/wm8753.c file contains two control definitions
pointing to the same register bits:
SOC_SINGLE("Mono Sidetone Playback Volume", WM8753_MOUTM2, 4, 7, 1),
SOC_SINGLE("Mono Voice Playback Volume", WM8753_MOUTM2, 4, 7, 1),
According to the WM8753 datasheet the "Voice Playback Volume" control is bits
0:2 of WM8753_MOUTM2.
Package version: linux-openmoko-2.6.22.5-moko11+svnr3874-r13
Change History
Note: See
TracTickets for help on using
tickets.

It was committed in svn and git kernel tree.