Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
79703340
Commit
79703340
authored
Oct 07, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] radio-zoltrix typo
parent
ecc1e6ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
drivers/media/radio/radio-zoltrix.c
drivers/media/radio/radio-zoltrix.c
+2
-1
No files found.
drivers/media/radio/radio-zoltrix.c
View file @
79703340
...
...
@@ -23,6 +23,7 @@
* (can detect if station is in stereo)
* - Added unmute function
* - Reworked ioctl functions
* 2002-07-15 - Fix Stereo typo
*/
#include <linux/module.h>
/* Modules */
...
...
@@ -274,7 +275,7 @@ static int zol_do_ioctl(struct inode *inode, struct file *file,
struct
video_audio
*
v
=
arg
;
memset
(
&
v
,
0
,
sizeof
(
*
v
));
v
->
flags
|=
VIDEO_AUDIO_MUTABLE
|
VIDEO_AUDIO_VOLUME
;
v
->
mode
!
=
zol_is_stereo
(
zol
)
v
->
mode
|
=
zol_is_stereo
(
zol
)
?
VIDEO_SOUND_STEREO
:
VIDEO_SOUND_MONO
;
v
->
volume
=
zol
->
curvol
*
4096
;
v
->
step
=
4096
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment