Searched refs:snd_card (Results 1 - 25 of 235) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/usx2y/
H A DusX2Yhwdep.h4 int usX2Y_hwdep_new(struct snd_card *card, struct usb_device* device);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dtea6330t.h28 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
H A Dcore.h78 struct snd_card *card; /* card which holds this device */
98 struct snd_card { struct
112 void (*private_free) (struct snd_card *card); /* callback for freeing of
153 static inline void snd_power_lock(struct snd_card *card)
158 static inline void snd_power_unlock(struct snd_card *card)
163 static inline unsigned int snd_power_get_state(struct snd_card *card)
168 static inline void snd_power_change_state(struct snd_card *card, unsigned int state)
175 int snd_power_wait(struct snd_card *card, unsigned int power_state);
181 static inline int snd_power_wait(struct snd_card *card, unsigned int state) { return 0; }
197 static inline struct device *snd_card_get_device_link(struct snd_card *car
[all...]
H A Dopl4.h27 extern int snd_opl4_create(struct snd_card *card,
H A Dpt2258.h26 struct snd_card *card;
H A Dinfo.h79 struct snd_card *card;
116 struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card,
123 int snd_info_card_create(struct snd_card * card);
124 int snd_info_card_register(struct snd_card * card);
125 int snd_info_card_free(struct snd_card * card);
126 void snd_info_card_disconnect(struct snd_card * card);
130 int snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp);
154 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card, const char *name, struct snd_info_entry * parent) { return NULL; }
157 static inline int snd_info_card_create(struct snd_card * card) { return 0; }
158 static inline int snd_info_card_register(struct snd_card * car
[all...]
H A Dcontrol.h92 struct snd_card *card;
105 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card,
109 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
113 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
114 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
115 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
116 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
117 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigned int numid);
118 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
120 int snd_ctl_create(struct snd_card *car
[all...]
H A Dseq_device.h36 struct snd_card *card; /* sound card */
71 int snd_seq_device_new(struct snd_card *card, int device, char *id, int argsize, struct snd_seq_device **result);
H A Dseq_virmidi.h55 struct snd_card *card; /* associated card */
79 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi);
H A Dmixer_oss.h53 struct snd_card *card;
72 struct snd_card *card;
H A Dtea575x-tuner.h36 struct snd_card *card;
H A Demu8000.h80 struct snd_card *card; /* The card that this belongs to */
101 int snd_emu8000_new(struct snd_card *card, int device, long port, int seq_ports,
H A Dhwdep.h45 struct snd_card *card;
69 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
H A Drawmidi.h118 struct snd_card *card;
149 int snd_rawmidi_new(struct snd_card *card, char *id, int device,
170 int snd_rawmidi_info_select(struct snd_card *card, struct snd_rawmidi_info *info);
171 int snd_rawmidi_kernel_open(struct snd_card *card, int device, int subdevice,
H A Duda1341.h122 int __init snd_chip_uda1341_mixer_new(struct snd_card *card, struct l3_client **clnt);
H A Des1688.h47 struct snd_card *card;
110 int snd_es1688_create(struct snd_card *card,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/bcm947xx/
H A Dbcm947xx-i2s.h35 struct snd_card *card;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Dpxa2xx-pcm.h28 extern int pxa2xx_pcm_new(struct snd_card *, struct pxa2xx_pcm_client *, struct snd_pcm **);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Ddevice.c44 int snd_device_new(struct snd_card *card, snd_device_type_t type,
80 int snd_device_free(struct snd_card *card, void *device_data)
123 int snd_device_disconnect(struct snd_card *card, void *device_data)
158 int snd_device_register(struct snd_card *card, void *device_data)
187 int snd_device_register_all(struct snd_card *card)
207 int snd_device_disconnect_all(struct snd_card *card)
224 int snd_device_free_all(struct snd_card *card, snd_device_cmd_t cmd)
H A Dinit.c41 struct snd_card *snd_cards[SNDRV_CARDS];
47 int (*snd_mixer_oss_notify_callback)(struct snd_card *card, int free_flag);
58 static inline int init_info_for_card(struct snd_card *card)
92 * Returns kmallocated snd_card structure. Creates the ALSA control interface
95 struct snd_card *snd_card_new(int idx, const char *xid,
98 struct snd_card *card;
166 card->private_data = (char *)card + sizeof(struct snd_card);
273 int snd_card_disconnect(struct snd_card *card)
344 static int snd_card_do_free(struct snd_card *card)
377 static int snd_card_free_prepare(struct snd_card *car
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/core/
H A Dsnd-aoa-alsa.c19 struct snd_card *alsa_card;
46 struct snd_card *aoa_get_card(void)
65 struct snd_card *card = aoa_get_card();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Demu8000_local.h44 int snd_emu8000_pcm_new(struct snd_card *card, struct snd_emu8000 *emu, int index);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/
H A Daoa.h118 struct snd_card *alsa_card;
123 extern struct snd_card *aoa_get_card(void);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_voice.h32 int snd_emux_init_seq(struct snd_emux *emu, struct snd_card *card, int index);
42 int snd_emux_init_virmidi(struct snd_emux *emu, struct snd_card *card);
87 void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca_midi.h62 struct snd_card *(*get_dev_id_card)(void *dev_id);

Completed in 110 milliseconds

12345678910