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
cd474f2d
Commit
cd474f2d
authored
Apr 21, 2009
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA: Remove deprecated snd_card_new()
Signed-off-by:
Takashi Iwai
<
tiwai@suse.de
>
parent
d91dfbb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
include/sound/core.h
include/sound/core.h
+0
-10
No files found.
include/sound/core.h
View file @
cd474f2d
...
...
@@ -300,16 +300,6 @@ int snd_card_create(int idx, const char *id,
struct
module
*
module
,
int
extra_size
,
struct
snd_card
**
card_ret
);
static
inline
__deprecated
struct
snd_card
*
snd_card_new
(
int
idx
,
const
char
*
id
,
struct
module
*
module
,
int
extra_size
)
{
struct
snd_card
*
card
;
if
(
snd_card_create
(
idx
,
id
,
module
,
extra_size
,
&
card
)
<
0
)
return
NULL
;
return
card
;
}
int
snd_card_disconnect
(
struct
snd_card
*
card
);
int
snd_card_free
(
struct
snd_card
*
card
);
int
snd_card_free_when_closed
(
struct
snd_card
*
card
);
...
...
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