Loading include/sound/core.h +0 −7 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
include/sound/core.h +0 −7 Original line number Diff line number Diff line Loading @@ -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); Loading