diff options
author | Tobias Lorenz <tobias.lorenz@gmx.net> | 2008-10-28 12:48:27 +0100 |
---|---|---|
committer | Tobias Lorenz <tobias.lorenz@gmx.net> | 2008-10-28 12:48:27 +0100 |
commit | 7464c17aac289a96adc06c8860fa08cc969233bb (patch) | |
tree | 43976725b95b4f64dd0e1649f8b5dd972bb96aa4 /linux/drivers/media/radio/radio-si470x.c | |
parent | f46b85426d01f8ce77fd9a4a036cc0345ae1c4be (diff) | |
download | mediapointer-dvb-s2-7464c17aac289a96adc06c8860fa08cc969233bb.tar.gz mediapointer-dvb-s2-7464c17aac289a96adc06c8860fa08cc969233bb.tar.bz2 |
Documentation, especially regarding audio and informational links
From: Tobias Lorenz <tobias.lorenz@gmx.net>
This patch adds a recommendation to select SND_USB_AUDIO for listing and
adds a documentation file for si470x.
Priority: normal
Signed-off-by: Tobias Lorenz <tobias.lorenz@gmx.net>
Diffstat (limited to 'linux/drivers/media/radio/radio-si470x.c')
-rw-r--r-- | linux/drivers/media/radio/radio-si470x.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/linux/drivers/media/radio/radio-si470x.c b/linux/drivers/media/radio/radio-si470x.c index 921deeb89..5d6237b6d 100644 --- a/linux/drivers/media/radio/radio-si470x.c +++ b/linux/drivers/media/radio/radio-si470x.c @@ -25,19 +25,6 @@ /* - * User Notes: - * - USB Audio is provided by the alsa snd_usb_audio module. - * For listing you have to redirect the sound, for example using: - * arecord -D hw:1,0 -r96000 -c2 -f S16_LE | artsdsp aplay -B - - * - regarding module parameters in /sys/module/radio_si470x/parameters: - * the contents of read-only files (0444) are not updated, even if - * space, band and de are changed using private video controls - * - increase tune_timeout, if you often get -EIO errors - * - hw_freq_seek returns -EAGAIN, when timed out or band limit is reached - */ - - -/* * History: * 2008-01-12 Tobias Lorenz <tobias.lorenz@gmx.net> * Version 1.0.0 |