Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216733
b: refs/heads/master
c: a74ccea
h: refs/heads/master
i:
  216731: 199de33
v: v3
  • Loading branch information
Clemens Ladisch authored and Takashi Iwai committed Oct 22, 2010
1 parent 63eeb1d commit 83dc26e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00cd0bb7307970b745aefd2b3e1db929792b43bd
refs/heads/master: a74ccea51d4314632a81d568d59bf885e5b09d93
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <sound/core.h>
#include <sound/asoundef.h>
#include <sound/jack.h>
#include <sound/tlv.h>
#include "hda_codec.h"
#include "hda_local.h"
#include "hda_beep.h"
Expand Down Expand Up @@ -1145,7 +1146,7 @@ static int stac92xx_build_controls(struct hda_codec *codec)
/* correct volume offset */
vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
/* minimum value is actually mute */
vmaster_tlv[3] |= 0x1000;
vmaster_tlv[3] |= TLV_DB_SCALE_MUTE;
err = snd_hda_add_vmaster(codec, "Master Playback Volume",
vmaster_tlv, slave_vols);
if (err < 0)
Expand Down

0 comments on commit 83dc26e

Please sign in to comment.