Home
last modified time | relevance | path

Searched refs:snd_card (Results 1 – 25 of 41) sorted by relevance

12

/include/sound/
A Dcore.h80 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 Dcontrol.h107 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 Dinfo.h117 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 Des1688.h20 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 Dmixer_oss.h38 struct snd_card *card;
57 struct snd_card *card;
61 int snd_mixer_oss_ioctl_card(struct snd_card *card,
A Djack.h63 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 Dseq_virmidi.h42 struct snd_card *card; /* associated card */
67 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi);
A Dseq_device.h16 struct snd_card *card; /* sound card */
62 int snd_seq_device_new(struct snd_card *card, int device, const char *id,
A Drawmidi.h118 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 Dopl4.h14 extern int snd_opl4_create(struct snd_card *card,
A Dtea6330t.h13 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
A Demu8000.h64 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 Dhwdep.h40 struct snd_card *card;
64 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
A Dpt2258.h12 struct snd_card *card;
A Di2c.h39 struct snd_card *card; /* card which I2C belongs to */
62 int snd_i2c_bus_create(struct snd_card *card, const char *name,
A Dsoundfont.h89 int snd_soundfont_load(struct snd_card *card,
92 int snd_soundfont_load_guspatch(struct snd_card *card,
A Dad1816a.h129 struct snd_card *card;
157 extern int snd_ad1816a_create(struct snd_card *card, unsigned long port,
A Dopl3.h302 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 Dtimer.h59 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 Dak4531_codec.h62 int snd_ak4531_mixer(struct snd_card *card, struct snd_ak4531 *_ak4531,
A Dwss.h81 struct snd_card *card;
135 int snd_wss_create(struct snd_card *card,
148 int snd_cs4236_create(struct snd_card *card,
A Daci.h75 struct snd_card *card;
A Dak4117.h152 struct snd_card *card;
170 int snd_ak4117_create(struct snd_card *card, ak4117_read_t *read, ak4117_write_t *write,
A Demux_synth.h80 struct snd_card *card; /* assigned card */
219 int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, char *name);
A Dak4114.h160 struct snd_card *card;
181 int snd_ak4114_create(struct snd_card *card,

Completed in 44 milliseconds

12