Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
36766835
Commit
36766835
authored
Jul 21, 2009
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/ctxfi' into for-linus
* fix/ctxfi: ALSA: ctxfi: Swapped SURROUND-SIDE channels on emu20k2
parents
15c2ac05
55fe27f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sound/pci/ctxfi/ctdaio.c
sound/pci/ctxfi/ctdaio.c
+2
-2
No files found.
sound/pci/ctxfi/ctdaio.c
View file @
36766835
...
@@ -57,9 +57,9 @@ struct daio_rsc_idx idx_20k1[NUM_DAIOTYP] = {
...
@@ -57,9 +57,9 @@ struct daio_rsc_idx idx_20k1[NUM_DAIOTYP] = {
struct
daio_rsc_idx
idx_20k2
[
NUM_DAIOTYP
]
=
{
struct
daio_rsc_idx
idx_20k2
[
NUM_DAIOTYP
]
=
{
[
LINEO1
]
=
{.
left
=
0x40
,
.
right
=
0x41
},
[
LINEO1
]
=
{.
left
=
0x40
,
.
right
=
0x41
},
[
LINEO2
]
=
{.
left
=
0x
70
,
.
right
=
0x7
1
},
[
LINEO2
]
=
{.
left
=
0x
60
,
.
right
=
0x6
1
},
[
LINEO3
]
=
{.
left
=
0x50
,
.
right
=
0x51
},
[
LINEO3
]
=
{.
left
=
0x50
,
.
right
=
0x51
},
[
LINEO4
]
=
{.
left
=
0x
60
,
.
right
=
0x6
1
},
[
LINEO4
]
=
{.
left
=
0x
70
,
.
right
=
0x7
1
},
[
LINEIM
]
=
{.
left
=
0x45
,
.
right
=
0xc5
},
[
LINEIM
]
=
{.
left
=
0x45
,
.
right
=
0xc5
},
[
SPDIFOO
]
=
{.
left
=
0x00
,
.
right
=
0x01
},
[
SPDIFOO
]
=
{.
left
=
0x00
,
.
right
=
0x01
},
[
SPDIFIO
]
=
{.
left
=
0x05
,
.
right
=
0x85
},
[
SPDIFIO
]
=
{.
left
=
0x05
,
.
right
=
0x85
},
...
...
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