Skip to content

Commit

Permalink
ALSA: Remove deprecated snd_card_create()
Browse files Browse the repository at this point in the history
Now all calls have been fixed, let's get rid of the old definition.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed May 23, 2014
1 parent 0c1d121 commit 038b845
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/sound/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,6 @@ int snd_card_new(struct device *parent, int idx, const char *xid,
struct module *module, int extra_size,
struct snd_card **card_ret);

static inline int __deprecated
snd_card_create(int idx, const char *id, struct module *module, int extra_size,
struct snd_card **ret)
{
return snd_card_new(NULL, idx, id, module, extra_size, ret);
}

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);
Expand Down

0 comments on commit 038b845

Please sign in to comment.