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
9fd0d96e
Commit
9fd0d96e
authored
Jun 21, 2009
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/asoc' into for-linus
* topic/asoc: ASoC: Kill BUS_ID_SIZE
parents
3b13b5ce
ef394126
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sound/soc/txx9/txx9aclc.c
sound/soc/txx9/txx9aclc.c
+2
-2
No files found.
sound/soc/txx9/txx9aclc.c
View file @
9fd0d96e
...
@@ -297,9 +297,9 @@ static int txx9aclc_pcm_new(struct snd_card *card, struct snd_soc_dai *dai,
...
@@ -297,9 +297,9 @@ static int txx9aclc_pcm_new(struct snd_card *card, struct snd_soc_dai *dai,
static
bool
filter
(
struct
dma_chan
*
chan
,
void
*
param
)
static
bool
filter
(
struct
dma_chan
*
chan
,
void
*
param
)
{
{
struct
txx9aclc_dmadata
*
dmadata
=
param
;
struct
txx9aclc_dmadata
*
dmadata
=
param
;
char
devname
[
BUS_ID_SIZE
+
2
];
char
devname
[
20
+
2
];
/* FIXME: old BUS_ID_SIZE + 2 */
s
printf
(
devname
,
"%s.%d"
,
dmadata
->
dma_res
->
name
,
s
nprintf
(
devname
,
sizeof
(
devname
)
,
"%s.%d"
,
dmadata
->
dma_res
->
name
,
(
int
)
dmadata
->
dma_res
->
start
);
(
int
)
dmadata
->
dma_res
->
start
);
if
(
strcmp
(
dev_name
(
chan
->
device
->
dev
),
devname
)
==
0
)
{
if
(
strcmp
(
dev_name
(
chan
->
device
->
dev
),
devname
)
==
0
)
{
chan
->
private
=
&
dmadata
->
dma_slave
;
chan
->
private
=
&
dmadata
->
dma_slave
;
...
...
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