Lines Matching +full:audio +full:- +full:related
1 .. SPDX-License-Identifier: GPL-2.0
14 ----------------------------
29 -------------------------
34 The I2C device driver exports a v4l2-subdev interface to the kernel.
36 using the v4l2-subdev calls (g_ext_ctrls, s_ext_ctrls).
48 ----------------------
51 Here is an output from v4l2-ctl util:
53 .. code-block:: none
55 / # v4l2-ctl -d /dev/radio0 --all -L
57 Driver name : radio-si4713
64 Audio output: 0 (FM Modulator Audio Out)
70 Frequency range : 76.0 MHz - 108.0 MHz
89 audio_compression_threshold (int) : min=-40 max=0 step=1 default=-40 value=-40 flags=slider
103 - pilot_frequency - Configures the frequency of the stereo pilot tone.
104 - pilot_deviation - Configures pilot tone frequency deviation level.
105 - pilot_enabled - Enables or disables the pilot tone feature.
107 * The si4713 device is capable of applying audio compression to the
110 - acomp_enabled - Enables or disables the audio dynamic range control feature.
111 - acomp_gain - Sets the gain for audio dynamic range control.
112 - acomp_threshold - Sets the threshold level for audio dynamic range control.
113 - acomp_attack_time - Sets the attack time for audio dynamic range control.
114 - acomp_release_time - Sets the release time for audio dynamic range control.
116 * Limiter setups audio deviation limiter feature. Once a over deviation occurs,
117 it is possible to adjust the front-end gain of the audio input and always
120 - limiter_enabled - Enables or disables the limiter feature.
121 - limiter_deviation - Configures audio frequency deviation level.
122 - limiter_release_time - Sets the limiter release time.
126 - power_level - Sets the output power level for signal transmission.
127 antenna_capacitor - This selects the value of antenna tuning capacitor
130 * RDS related
132 - rds_ps_name - Sets the RDS ps name field for transmission.
133 - rds_radio_text - Sets the RDS radio text for transmission.
134 - rds_pi - Sets the RDS PI field for transmission.
135 - rds_pty - Sets the RDS PTY field for transmission.
137 * Region related
139 - preemphasis - sets the preemphasis to be applied for transmission.
142 ---
147 .. code-block:: none
156 return -EINVAL;
176 -------------------------------
183 -------
184 Testing is usually done with v4l2-ctl utility for managing FM tuner cards.
185 The tool can be found in v4l-dvb repository under v4l2-apps/util directory.
189 .. code-block:: none
191 # v4l2-ctl -d /dev/radio0 --set-ctrl=rds_ps_name="Dummy"