xref: /netbsd-src/share/man/man4/slurm.4 (revision 51ce44ea2bbf6e51995e6c7ee3931fec8e03106e)
1.\" $NetBSD: slurm.4,v 1.1 2022/07/08 16:50:10 nia Exp $
2.\"
3.\" Copyright (c) 2022 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE.
26.\"
27.Dd July 8, 2022
28.Dt SLURM 4
29.Os
30.Sh NAME
31.Nm slurm
32.Nd Silicon Labs USB FM radio device driver
33.Sh SYNOPSIS
34.Cd "slurm* at uhub? port ?"
35.Cd "radio* at slurm?"
36.Sh DESCRIPTION
37The
38.Nm
39driver provides support for USB FM radios based on the Silicon Labs
40si470x reference design, such as the Instant FM Music RDX-155.
41.Pp
42Programs such as
43.Xr radioctl 1
44can control the device using the
45.Xr radio 4
46interface.
47The device supports: querying and setting frequency, volume, signal,
48and stereo status, as well as searching for stations.
49.Sh SEE ALSO
50.Xr radioctl 1 ,
51.Xr radio 4 ,
52.Xr uaudio 4
53.Sh HISTORY
54The
55.Nm
56device driver appeared in
57.Nx 7.0 .
58.Sh AUTHORS
59.An -nosplit
60The
61.Nm
62driver was written by
63.An Jonathan A. Kollasch .
64