]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/media/radio/radio-si470x.c
V4L/DVB (9482): Documentation, especially regarding audio and informational links
[mirror_ubuntu-bionic-kernel.git] / drivers / media / radio / radio-si470x.c
index a20583c13b684768837dcbeb11159df9c6639bf5..3e1830293de5ebd8c2e1d0a86bc4d6b5d62fe7db 100644 (file)
  */
 
 
-/*
- * 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>