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
Kirill Smelkov
linux
Commits
f97fb347
Commit
f97fb347
authored
Mar 15, 2004
by
Jaroslav Kysela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA CVS update - Jaroslav Kysela <perex@suse.cz>
Intel8x0 driver Added slot definitions for s/pdif pcm - ICH4
parent
2c9c762e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
sound/pci/intel8x0.c
sound/pci/intel8x0.c
+5
-0
No files found.
sound/pci/intel8x0.c
View file @
f97fb347
...
...
@@ -198,6 +198,11 @@ DEFINE_REGSET(SP, 0x60); /* SPDIF out */
/* global block */
#define ICH_REG_GLOB_CNT 0x2c
/* dword - global control */
#define ICH_PCM_SPDIF_MASK 0xc0000000
/* s/pdif pcm slot mask (ICH4) */
#define ICH_PCM_SPDIF_NONE 0x00000000
/* reserved - undefined */
#define ICH_PCM_SPDIF_78 0x40000000
/* s/pdif pcm on slots 7&8 */
#define ICH_PCM_SPDIF_69 0x80000000
/* s/pdif pcm on slots 6&9 */
#define ICH_PCM_SPDIF_1011 0xc0000000
/* s/pdif pcm on slots 10&11 */
#define ICH_PCM_20BIT 0x00400000
/* 20-bit samples (ICH4) */
#define ICH_PCM_246_MASK 0x00300000
/* 6 channels (not all chips) */
#define ICH_PCM_6 0x00200000
/* 6 channels (not all chips) */
...
...
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