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
fe25befd
Commit
fe25befd
authored
Aug 15, 2006
by
Jaroslav Kysela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ALSA] ice1712 - fix 1600->16000Hz value typo
Signed-off-by:
Jaroslav Kysela
<
perex@suse.cz
>
parent
22309c3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sound/pci/ice1712/ice1712.c
sound/pci/ice1712/ice1712.c
+3
-3
No files found.
sound/pci/ice1712/ice1712.c
View file @
fe25befd
...
...
@@ -1857,7 +1857,7 @@ static int snd_ice1712_pro_internal_clock_put(struct snd_kcontrol *kcontrol,
{
struct
snd_ice1712
*
ice
=
snd_kcontrol_chip
(
kcontrol
);
static
unsigned
int
xrate
[
13
]
=
{
8000
,
9600
,
11025
,
12000
,
1600
,
22050
,
24000
,
8000
,
9600
,
11025
,
12000
,
1600
0
,
22050
,
24000
,
32000
,
44100
,
48000
,
64000
,
88200
,
96000
};
unsigned
char
oval
;
...
...
@@ -1924,7 +1924,7 @@ static int snd_ice1712_pro_internal_clock_default_get(struct snd_kcontrol *kcont
{
int
val
;
static
unsigned
int
xrate
[
13
]
=
{
8000
,
9600
,
11025
,
12000
,
1600
,
22050
,
24000
,
8000
,
9600
,
11025
,
12000
,
1600
0
,
22050
,
24000
,
32000
,
44100
,
48000
,
64000
,
88200
,
96000
};
...
...
@@ -1941,7 +1941,7 @@ static int snd_ice1712_pro_internal_clock_default_put(struct snd_kcontrol *kcont
struct
snd_ctl_elem_value
*
ucontrol
)
{
static
unsigned
int
xrate
[
13
]
=
{
8000
,
9600
,
11025
,
12000
,
1600
,
22050
,
24000
,
8000
,
9600
,
11025
,
12000
,
1600
0
,
22050
,
24000
,
32000
,
44100
,
48000
,
64000
,
88200
,
96000
};
unsigned
char
oval
;
...
...
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