]> git.alsa-project.org Git - alsa.git/commit
hda-analyzer: fix misindentation (mute checkbox)
authorJaroslav Kysela <perex@perex.cz>
Tue, 28 Sep 2010 19:17:21 +0000 (21:17 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 28 Sep 2010 19:17:21 +0000 (21:17 +0200)
commitcb0da292a78f2bb0afbede12c49140c983c3360b
treebc0ee281c24aab577a3d3402e022a5880495c44d
parente139422897680308fdfa534a8d8109668e292491
hda-analyzer: fix misindentation (mute checkbox)

HDA Analyzer has a small bug caused by the misidentation of the code in
hda-guilib.py. The outcome of it is that Mute checkbox is never checked for
anything except pin widget regardless the actual amplifier value is. I came
across this bug while trying to make microphone on my Lenovo Y550P work
again after one of ALSA uprades, and although being a one-liner it cost me
one or two hours of scratching my head thinking why I'm unable to hear any
sound even with all relevant widgets unmuted.

From: Valentine Sinitsyn <valentine.sinitsyn@gmail.com>
hda-analyzer/hda_guilib.py