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
4c0c0df1
Commit
4c0c0df1
authored
Jan 20, 2005
by
Jaroslav Kysela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ALSA] AK4117 code - fixed cosmetic typos
AK4117 receiver Signed-off-by:
Jaroslav Kysela
<
perex@suse.cz
>
parent
1e9d662d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/sound/ak4117.h
include/sound/ak4117.h
+3
-3
No files found.
include/sound/ak4117.h
View file @
4c0c0df1
...
...
@@ -106,7 +106,7 @@
#define AK4117_DIF_24L (AK4117_DIF2)
/* STDO: 24-bit, left justified */
#define AK4117_DIF_24I2S (AK4117_DIF2|AK4117_DIF0)
/* STDO: I2S */
/* AK4117_REG_INT0_MASK & AK4117_INT1_MASK */
/* AK4117_REG_INT0_MASK & AK4117_
REG_
INT1_MASK */
#define AK4117_MULK (1<<7)
/* mask enable for UNLOCK bit */
#define AK4117_MPAR (1<<6)
/* mask enable for PAR bit */
#define AK4117_MAUTO (1<<5)
/* mask enable for AUTO bit */
...
...
@@ -181,8 +181,8 @@ struct ak4117 {
int
snd_ak4117_create
(
snd_card_t
*
card
,
ak4117_read_t
*
read
,
ak4117_write_t
*
write
,
unsigned
char
pgm
[
5
],
void
*
private_data
,
ak4117_t
**
r_ak4117
);
void
snd_ak4117_reg_write
(
ak4117_t
*
chip
,
unsigned
char
reg
,
unsigned
char
mask
,
unsigned
char
val
);
void
snd_ak4117_reinit
(
ak4117_t
*
chip
);
void
snd_ak4117_reg_write
(
ak4117_t
*
ak4117
,
unsigned
char
reg
,
unsigned
char
mask
,
unsigned
char
val
);
void
snd_ak4117_reinit
(
ak4117_t
*
ak4117
);
int
snd_ak4117_build
(
ak4117_t
*
ak4117
,
snd_pcm_substream_t
*
capture_substream
);
int
snd_ak4117_external_rate
(
ak4117_t
*
ak4117
);
int
snd_ak4117_check_rate_and_errors
(
ak4117_t
*
ak4117
,
unsigned
int
flags
);
...
...
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