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
4544f8a2
Commit
4544f8a2
authored
Dec 11, 2008
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: Fix variable name for Blackfin I2S DAI
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
6de45d5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sound/soc/blackfin/bf5xx-i2s.c
sound/soc/blackfin/bf5xx-i2s.c
+2
-2
No files found.
sound/soc/blackfin/bf5xx-i2s.c
View file @
4544f8a2
...
...
@@ -315,13 +315,13 @@ EXPORT_SYMBOL_GPL(bf5xx_i2s_dai);
static
int
__init
bfin_i2s_init
(
void
)
{
return
snd_soc_register_dai
(
&
bf
in
_i2s_dai
);
return
snd_soc_register_dai
(
&
bf
5xx
_i2s_dai
);
}
module_init
(
bfin_i2s_init
);
static
void
__exit
bfin_i2s_exit
(
void
)
{
snd_soc_unregister_dai
(
&
bf
in
_i2s_dai
);
snd_soc_unregister_dai
(
&
bf
5xx
_i2s_dai
);
}
module_exit
(
bfin_i2s_exit
);
...
...
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