| #!/usr/bin/pulseaudio -nF | |
| # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # A PulseAudio script that sets the initial volume of the first sink to 70% | |
| # of PA_NORM (generally 70% of max volume). | |
| # | |
| # TODO(ajwong): There should be one file per board that configures all | |
| # devices, not just the first. | |
| .nofail | |
| set-sink-mute 0 false | |
| set-sink-volume 0 45876 |