#include <linux/device.h>
#include <linux/module.h>
Go to the source code of this file.
◆ snd_card_new()
| int snd_card_new |
( |
struct device * |
parent, |
|
|
int |
idx, |
|
|
const char * |
xid, |
|
|
struct module * |
module, |
|
|
int |
extra_size, |
|
|
struct snd_card ** |
card_ret |
|
) |
| |
◆ snd_card_disconnect()
| void snd_card_disconnect |
( |
struct snd_card * |
card | ) |
|
◆ snd_card_free()
| void snd_card_free |
( |
struct snd_card * |
card | ) |
|
◆ snd_card_free_when_closed()
| void snd_card_free_when_closed |
( |
struct snd_card * |
card | ) |
|
◆ snd_card_register()
| int snd_card_register |
( |
struct snd_card * |
card | ) |
|