Searched refs:snd_card (Results 1 – 25 of 41) sorted by relevance
12
| /include/sound/ |
| A D | core.h | 80 struct snd_card { struct 200 int snd_power_wait(struct snd_card *card); 201 int snd_power_ref_and_wait(struct snd_card *card); 284 struct snd_card **card_ret); 287 struct snd_card **card_ret); 289 void snd_card_disconnect(struct snd_card *card); 291 void snd_card_free(struct snd_card *card); 295 int snd_card_register(struct snd_card *card); 297 int snd_card_add_dev_attr(struct snd_card *card, 303 struct snd_card *snd_card_ref(int card); [all …]
|
| A D | control.h | 107 struct snd_card *card; 120 void (*lregister)(struct snd_card *card); 121 void (*ldisconnect)(struct snd_card *card); 127 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card, 136 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol); 139 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id); 159 snd_ctl_find_id_mixer(struct snd_card *card, const char *name) in snd_ctl_find_id_mixer() 168 int snd_ctl_create(struct snd_card *card); 184 int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type); 315 snd_kctl_jack_new(const char *name, struct snd_card *card); [all …]
|
| A D | info.h | 117 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, 122 int snd_info_card_create(struct snd_card *card); 123 int snd_info_card_register(struct snd_card *card); 124 int snd_info_card_free(struct snd_card *card); 125 void snd_info_card_disconnect(struct snd_card *card); 126 void snd_info_card_id_change(struct snd_card *card); 145 int snd_card_rw_proc_new(struct snd_card *card, const char *name, 171 static inline int snd_info_card_free(struct snd_card *card) { return 0; } in snd_info_card_free() 172 static inline void snd_info_card_disconnect(struct snd_card *card) { } in snd_info_card_disconnect() 173 static inline void snd_info_card_id_change(struct snd_card *card) { } in snd_info_card_id_change() [all …]
|
| A D | es1688.h | 20 struct snd_card *card; 96 int snd_es1688_create(struct snd_card *card, 104 int snd_es1688_pcm(struct snd_card *card, struct snd_es1688 *chip, int device); 105 int snd_es1688_mixer(struct snd_card *card, struct snd_es1688 *chip);
|
| A D | mixer_oss.h | 38 struct snd_card *card; 57 struct snd_card *card; 61 int snd_mixer_oss_ioctl_card(struct snd_card *card,
|
| A D | jack.h | 63 struct snd_card *card; 80 int snd_jack_new(struct snd_card *card, const char *id, int type, 90 static inline int snd_jack_new(struct snd_card *card, const char *id, int type, in snd_jack_new()
|
| A D | seq_virmidi.h | 42 struct snd_card *card; /* associated card */ 67 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi);
|
| A D | seq_device.h | 16 struct snd_card *card; /* sound card */ 62 int snd_seq_device_new(struct snd_card *card, int device, const char *id,
|
| A D | rawmidi.h | 118 struct snd_card *card; 151 int snd_rawmidi_new(struct snd_card *card, char *id, int device, 159 struct snd_card *card, char *id, int device, 178 int snd_rawmidi_info_select(struct snd_card *card, struct snd_rawmidi_info *info);
|
| A D | opl4.h | 14 extern int snd_opl4_create(struct snd_card *card,
|
| A D | tea6330t.h | 13 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
|
| A D | emu8000.h | 64 struct snd_card *card; /* The card that this belongs to */ 85 int snd_emu8000_new(struct snd_card *card, int device, long port, int seq_ports,
|
| A D | hwdep.h | 40 struct snd_card *card; 64 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
|
| A D | pt2258.h | 12 struct snd_card *card;
|
| A D | i2c.h | 39 struct snd_card *card; /* card which I2C belongs to */ 62 int snd_i2c_bus_create(struct snd_card *card, const char *name,
|
| A D | soundfont.h | 89 int snd_soundfont_load(struct snd_card *card, 92 int snd_soundfont_load_guspatch(struct snd_card *card,
|
| A D | ad1816a.h | 129 struct snd_card *card; 157 extern int snd_ad1816a_create(struct snd_card *card, unsigned long port,
|
| A D | opl3.h | 302 struct snd_card *card; /* The card that this belongs to */ 339 int snd_opl3_new(struct snd_card *card, unsigned short hardware, 342 int snd_opl3_create(struct snd_card *card,
|
| A D | timer.h | 59 struct snd_card *card; 115 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rti…
|
| A D | ak4531_codec.h | 62 int snd_ak4531_mixer(struct snd_card *card, struct snd_ak4531 *_ak4531,
|
| A D | wss.h | 81 struct snd_card *card; 135 int snd_wss_create(struct snd_card *card, 148 int snd_cs4236_create(struct snd_card *card,
|
| A D | aci.h | 75 struct snd_card *card;
|
| A D | ak4117.h | 152 struct snd_card *card; 170 int snd_ak4117_create(struct snd_card *card, ak4117_read_t *read, ak4117_write_t *write,
|
| A D | emux_synth.h | 80 struct snd_card *card; /* assigned card */ 219 int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, char *name);
|
| A D | ak4114.h | 160 struct snd_card *card; 181 int snd_ak4114_create(struct snd_card *card,
|
Completed in 44 milliseconds
12