Lines Matching +full:dsp +full:- +full:ctrl

1 .. SPDX-License-Identifier: GPL-2.0
12 -----------------------------
25 -------------
30 - Si4700: FM radio receiver
31 - Si4701: FM radio receiver, RDS Support
32 - Si4702: FM radio receiver
33 - Si4703: FM radio receiver, RDS Support
34 - Si4704: FM radio receiver, no external antenna required
35 - Si4705: FM radio receiver, no external antenna required, RDS support, Dig I/O
36 - Si4706: Enhanced FM RDS/TMC radio receiver, no external antenna required, RDS
38 - Si4707: Dedicated weather band radio receiver with SAME decoder, RDS Support
39 - Si4708: Smallest FM receivers
40 - Si4709: Smallest FM receivers, RDS Support
47 ---------------------
52 - 10c4:818a: Silicon Labs USB FM Radio Reference Design
53 - 06e1:a155: ADS/Tech FM Radio Receiver (formerly Instant FM Music) (RDX-155-EF)
54 - 1b80:d700: KWorld USB FM Radio SnapMusic Mobile 700 (FM700)
55 - 10c5:819a: Sanei Electric, Inc. FM USB Radio (sold as DealExtreme.com PCear)
59 --------
63 - fmtools - Utility for managing FM tuner cards
64 - gnomeradio - FM-radio tuner for the GNOME desktop
65 - gradio - GTK FM radio tuner
66 - kradio - Comfortable Radio Application for KDE
67 - radio - ncurses-based radio application
68 - mplayer - The Ultimate Movie Player For Linux
69 - v4l2-ctl - Collection of command line video4linux utilities
73 .. code-block:: none
75 v4l2-ctl -d /dev/radio0 --set-ctrl=volume=10,mute=0 --set-freq=95.21 --all
78 for frequency seeking, either by using hardware functionality as in radio-si470x
89 -------------
94 commands. Please adjust the audio devices to your needs (/dev/dsp* and hw:x,x).
98 .. code-block:: none
100 cat /dev/dsp1 > /dev/dsp
104 .. code-block:: none
106 sox -2 --endian little -r 96000 -t oss /dev/dsp1 -t oss /dev/dsp
110 .. code-block:: none
112 sox --endian little -c 2 -S -r 96000 -t alsa hw:1 -t alsa -r 96000 hw:0
116 .. code-block:: none
118 arecord -D hw:1,0 -r96000 -c2 -f S16_LE | artsdsp aplay -B -
122 .. code-block:: none
124 mplayer -radio adevice=hw=1.0:arate=96000 \
125 -rawaudio rate=96000 \
129 -----------------
132 mount under /sys/module/radio_si470x/parameters. The contents of read-only files
138 ------
140 Increase tune_timeout, if you often get -EIO errors.
142 When timed out or band limit is reached, hw_freq_seek returns -EAGAIN.
148 -----------
165 ----------------------------------