blob: ec3a56fa5c1f3d8fd600fbbd1f027db0310b7f07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# /etc/conf.d/audio-entropyd
# The acceptable values are DEVICE, READSIZE and SAMPLERATE
# These defaults give the optimum entropy
#DEVICE="hw:0"
#SAMPLERATE must be a valid sampling rate of your audio source
SAMPLERATE="44050"
|