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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A DusX2Yhwdep.h4 int usX2Y_hwdep_new(struct snd_card *card, struct usb_device* device);
H A Dusx2yhwdeppcm.h22 int usX2Y_hwdep_pcm_new(struct snd_card *card);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtea6330t.h28 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
H A Dcore.h87 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.h83 struct snd_card *card;
123 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card,
130 int snd_info_card_create(struct snd_card *card);
131 int snd_info_card_register(struct snd_card *card);
132 int snd_info_card_free(struct snd_card *card);
133 void snd_info_card_disconnect(struct snd_card *card);
134 void snd_info_card_id_change(struct snd_card *card);
138 int snd_card_proc_new(struct snd_card *card, const char *name,
163 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; }
166 static inline int snd_info_card_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 Dcontrol.h93 struct snd_card *card;
106 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card,
110 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
114 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
115 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
116 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
117 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
118 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigned int numid);
119 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
121 int snd_ctl_create(struct snd_card *car
[all...]
H A Djack.h65 int snd_jack_new(struct snd_card *card, const char *id, int type,
75 static inline int snd_jack_new(struct snd_card *card, const char *id, int type,
H A Dmixer_oss.h53 struct snd_card *card;
72 struct snd_card *card;
H A Des1688.h109 int snd_es1688_create(struct snd_card *card,
117 int snd_es1688_pcm(struct snd_card *card, struct snd_es1688 *chip, int device,
119 int snd_es1688_mixer(struct snd_card *card, struct snd_es1688 *chip);
H A Dtea575x-tuner.h38 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.h55 struct snd_card *card;
79 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/arm/
H A Dpxa2xx-pcm.h29 extern int pxa2xx_pcm_new(struct snd_card *, struct pxa2xx_pcm_client *, struct snd_pcm **);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Daudio.c29 struct snd_card *card;
65 struct snd_card *card = line6->card;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dmidi.h42 int snd_usbmidi_create(struct snd_card *card,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Ddevice.c43 int snd_device_new(struct snd_card *card, snd_device_type_t type,
78 int snd_device_free(struct snd_card *card, void *device_data)
121 int snd_device_disconnect(struct snd_card *card, void *device_data)
156 int snd_device_register(struct snd_card *card, void *device_data)
185 int snd_device_register_all(struct snd_card *card)
206 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.c48 struct snd_card *snd_cards[SNDRV_CARDS];
95 int (*snd_mixer_oss_notify_callback)(struct snd_card *card, int free_flag);
106 static inline int init_info_for_card(struct snd_card *card)
141 * The function allocates snd_card instance via kzalloc with the given
149 struct snd_card **card_ret)
151 struct snd_card *card;
231 card->private_data = (char *)card + sizeof(struct snd_card);
342 int snd_card_disconnect(struct snd_card *card)
423 static int snd_card_do_free(struct snd_card *card)
452 int snd_card_free_when_closed(struct snd_card *car
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/core/
H A Dalsa.c19 struct snd_card *alsa_card;
47 struct snd_card *aoa_get_card(void)
66 struct snd_card *card = aoa_get_card();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Demu8000_local.h43 int snd_emu8000_pcm_new(struct snd_card *card, struct snd_emu8000 *emu, int index);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-alsa.h22 struct snd_card;
26 struct snd_card *sc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/
H A Daoa.h116 struct snd_card *alsa_card;
121 extern struct snd_card *aoa_get_card(void);

Completed in 144 milliseconds

1234567891011>>