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
4c5432af
Commit
4c5432af
authored
Mar 29, 2004
by
Jaroslav Kysela
Committed by
Linus Torvalds
Mar 29, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA CVS update - Jaroslav Kysela <perex@suse.cz>
ICE1712 driver Fixed Delta410 cs8427 i/o
parent
68ee13b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sound/pci/ice1712/delta.c
sound/pci/ice1712/delta.c
+2
-0
No files found.
sound/pci/ice1712/delta.c
View file @
4c5432af
...
@@ -90,6 +90,7 @@ static unsigned char ap_cs8427_codec_select(ice1712_t *ice)
...
@@ -90,6 +90,7 @@ static unsigned char ap_cs8427_codec_select(ice1712_t *ice)
tmp
|=
ICE1712_DELTA_1010LT_CCLK
|
ICE1712_DELTA_1010LT_CS_CS8427
;
tmp
|=
ICE1712_DELTA_1010LT_CCLK
|
ICE1712_DELTA_1010LT_CS_CS8427
;
break
;
break
;
case
ICE1712_SUBDEVICE_AUDIOPHILE
:
case
ICE1712_SUBDEVICE_AUDIOPHILE
:
case
ICE1712_SUBDEVICE_DELTA410
:
tmp
|=
ICE1712_DELTA_AP_CCLK
|
ICE1712_DELTA_AP_CS_CODEC
;
tmp
|=
ICE1712_DELTA_AP_CCLK
|
ICE1712_DELTA_AP_CS_CODEC
;
tmp
&=
~
ICE1712_DELTA_AP_CS_DIGITAL
;
tmp
&=
~
ICE1712_DELTA_AP_CS_DIGITAL
;
break
;
break
;
...
@@ -112,6 +113,7 @@ static void ap_cs8427_codec_deassert(ice1712_t *ice, unsigned char tmp)
...
@@ -112,6 +113,7 @@ static void ap_cs8427_codec_deassert(ice1712_t *ice, unsigned char tmp)
tmp
|=
ICE1712_DELTA_1010LT_CS_NONE
;
tmp
|=
ICE1712_DELTA_1010LT_CS_NONE
;
break
;
break
;
case
ICE1712_SUBDEVICE_AUDIOPHILE
:
case
ICE1712_SUBDEVICE_AUDIOPHILE
:
case
ICE1712_SUBDEVICE_DELTA410
:
tmp
|=
ICE1712_DELTA_AP_CS_DIGITAL
;
tmp
|=
ICE1712_DELTA_AP_CS_DIGITAL
;
break
;
break
;
case
ICE1712_SUBDEVICE_VX442
:
case
ICE1712_SUBDEVICE_VX442
:
...
...
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