Bug 41342
Summary: | Audio gain is massively higher in kernel 3.1 | ||
---|---|---|---|
Product: | Drivers | Reporter: | rocko (rockorequin) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | florian, maciej.rutecki, rjw, tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.0-rc2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 40982 | ||
Attachments: |
alsa-info.txt
Fix patch |
Description
rocko
2011-08-18 08:12:58 UTC
Please give alsa-info.sh output (run with --no-upload option). Created attachment 69262 [details]
alsa-info.txt
Thanks. The bug is that Master volume isn't linked with PCM volume, thus Master is just a noop in the new driver. The Try the patch below. Created attachment 69272 [details]
Fix patch
Thanks, that fixes it. OK, the patch is included in sound git tree now. It'll be merged likely in 3.1-rc3. A patch referencing this bug report has been merged in Linux v3.1-rc3: commit 3fe45aeaf2033c9eaa5028ed5ba68b466008876f Author: Takashi Iwai <tiwai@suse.de> Date: Thu Aug 18 15:13:17 2011 +0200 ALSA: hda - Add "PCM" volume to vmaster slave list |