diff options
author | Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net> | 2017-12-14 10:15:28 +0100 |
---|---|---|
committer | Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net> | 2017-12-14 10:15:28 +0100 |
commit | c2a81731c0e89a9239c0b5b90d2e3d716cdaf6dd (patch) | |
tree | c55a47525222eee56c787447eaf290cd164a12fc /intel-pc/Intel-HAL-pc.c | |
parent | 6a3c9a9a626387ede16e3427eabdc8c91114c62f (diff) |
unmuting the card by default to get sound out of the box
Change-Id: Icca67bfccba3c8ee84d3ca99632cf4f40fc9abf5
Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
Diffstat (limited to 'intel-pc/Intel-HAL-pc.c')
-rw-r--r-- | intel-pc/Intel-HAL-pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intel-pc/Intel-HAL-pc.c b/intel-pc/Intel-HAL-pc.c index 39de13b..6350580 100644 --- a/intel-pc/Intel-HAL-pc.c +++ b/intel-pc/Intel-HAL-pc.c @@ -128,7 +128,7 @@ STATIC halVolRampT volRampFallback= { STATIC alsaHalMapT alsaHalMap[]= { { .tag=Master_Playback_Volume, .ctl={.name="Master Playback Volume", .value=100 } }, { .tag=PCM_Playback_Volume , .ctl={.name="PCM Playback Volume", .value=100 } }, - { .tag=PCM_Playback_Switch , .ctl={.name="Master Playback Switch" } }, + { .tag=PCM_Playback_Switch , .ctl={.name="Master Playback Switch", .value=1 } }, { .tag=Capture_Volume , .ctl={.name="Capture Volume" } }, // Sound card does not have hardware volume ramping |