summaryrefslogtreecommitdiff
blob: 05890cc1b6bc39894374fd3e1361e9c79eaa6238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# /etc/conf.d/vdr.analogradio
# $Header: $

# The only thing you should check, is whether you have and where you have your
# /dev/radio device file and which /dev/dsp you want to use. If your radio device
# is somewhere else than /dev/radio and /dev/radio is not a symlink to it, you
# should pass the right one as a command line option (see below).
# As dsp-device you can either use your soundcard and pass the sound through a
# loopback cable to the line in jack or get it directly from the card using the
# btaudio module from the kernel (Drivers->Sound->OSS->btaudio). Again: If it
# differs from /dev/dsp, pass the right one. Note that for the soundcard solution
# line-in has to be setup for recording (the command line options before and
# after may help you, see below). Also note, that btaudio adds two dsp-devices,
# so make sure to use the right (the "digital") one.

# Use one of following audio modes:
#		OSS (default)
#		RAW
#		ALSA (currently not supported)
#
#AUDIO_MODE="OSS"


# Use a different device than /dev/radio or /dev/dsp 
# (which are usually symlinks to your real devices).
#
# radio device (default: /dev/radio)
# audio device (default: /dev/snd or /dev/dsp)
#
#RADIO_DEVICE="/dev/radio"
#AUDIO_DEVICE="/dev/dsp"