blob: d39ddfca29faa0f636d5a51119daeccf091d17d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# /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"
|