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
588d8e80
Commit
588d8e80
authored
May 17, 2004
by
Jaroslav Kysela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA CVS update - Jaroslav Kysela <perex@suse.cz>
RME HDSP driver HDSP9632 has also firmware version 0x97
parent
6db246fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
sound/pci/rme9652/hdsp.c
sound/pci/rme9652/hdsp.c
+3
-0
No files found.
sound/pci/rme9652/hdsp.c
View file @
588d8e80
...
...
@@ -635,6 +635,7 @@ static inline int hdsp_playback_to_output_key (hdsp_t *hdsp, int in, int out)
case
0xa
:
return
(
64
*
out
)
+
(
32
+
(
in
));
case
0x96
:
case
0x97
:
return
(
32
*
out
)
+
(
16
+
(
in
));
default:
return
(
52
*
out
)
+
(
26
+
(
in
));
...
...
@@ -647,6 +648,7 @@ static inline int hdsp_input_to_output_key (hdsp_t *hdsp, int in, int out)
case
0xa
:
return
(
64
*
out
)
+
in
;
case
0x96
:
case
0x97
:
return
(
32
*
out
)
+
in
;
default:
return
(
52
*
out
)
+
in
;
...
...
@@ -5019,6 +5021,7 @@ static int __devinit snd_hdsp_create(snd_card_t *card,
is_9652
=
1
;
break
;
case
0x96
:
case
0x97
:
hdsp
->
card_name
=
"RME HDSP 9632"
;
hdsp
->
max_channels
=
16
;
is_9632
=
1
;
...
...
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