Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
b4583a46
Commit
b4583a46
authored
Feb 13, 2009
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/misc' into for-linus
parents
ebb88024
32cf9a16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
sound/drivers/mtpav.c
sound/drivers/mtpav.c
+2
-1
No files found.
sound/drivers/mtpav.c
View file @
b4583a46
...
...
@@ -706,7 +706,6 @@ static int __devinit snd_mtpav_probe(struct platform_device *dev)
mtp_card
->
card
=
card
;
mtp_card
->
irq
=
-
1
;
mtp_card
->
share_irq
=
0
;
mtp_card
->
inmidiport
=
0xffffffff
;
mtp_card
->
inmidistate
=
0
;
mtp_card
->
outmidihwport
=
0xffffffff
;
init_timer
(
&
mtp_card
->
timer
);
...
...
@@ -719,6 +718,8 @@ static int __devinit snd_mtpav_probe(struct platform_device *dev)
if
(
err
<
0
)
goto
__error
;
mtp_card
->
inmidiport
=
mtp_card
->
num_ports
+
MTPAV_PIDX_BROADCAST
;
err
=
snd_mtpav_get_ISA
(
mtp_card
);
if
(
err
<
0
)
goto
__error
;
...
...
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