Searched refs:usx2y (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/usb/usx2y/
H A Dusbusx2y.c51 "All pcm substreams of one usx2y have to operate at the same rate & format."
130 #include "usx2y.h"
162 struct usx2ydev *usx2y = urb->context; local
164 for (i = 0; i < 10 && usx2y->as04.urb[i] != urb; i++)
174 struct usx2ydev *usx2y = urb->context; local
175 struct us428ctls_sharedmem *us428ctls = usx2y->us428ctls_sharedmem;
179 usx2y->in04_int_calls++;
186 // printk("%i:0x%02X ", 8, (int)((unsigned char*)usx2y->in04_buf)[8]); Master volume shows 0 here if fader is at max during boot ?!?
191 memcpy(usx2y->in04_last, usx2y
251 usx2y_async_seq04_init(struct usx2ydev *usx2y) argument
283 usx2y_in04_init(struct usx2ydev *usx2y) argument
394 struct usx2ydev *usx2y = usx2y(card); local
408 struct usx2ydev *usx2y; local
[all...]
H A DMakefile2 snd-usb-usx2y-y := usbusx2y.o usX2Yhwdep.o usx2yhwdeppcm.o
5 obj-$(CONFIG_SND_USB_USX2Y) += snd-usb-usx2y.o
H A Dusbusx2yaudio.c28 #include "usx2y.h"
65 struct usx2ydev *usx2y = subs->usx2y; local
75 len = urb->iso_frame_desc[i].actual_length / usx2y->stride;
84 blen = cnt * usx2y->stride;
85 memcpy(runtime->dma_area + hwptr_done * usx2y->stride, cp, blen);
86 memcpy(runtime->dma_area, cp + blen, len * usx2y->stride - blen);
88 memcpy(runtime->dma_area + hwptr_done * usx2y->stride, cp,
89 len * usx2y->stride);
121 struct usx2ydev *usx2y local
258 usx2y_clients_stop(struct usx2ydev *usx2y) argument
288 usx2y_error_urb_status(struct usx2ydev *usx2y, struct snd_usx2y_substream *subs, struct urb *urb) argument
299 struct usx2ydev *usx2y = subs->usx2y; local
332 usx2y_urbs_set_complete(struct usx2ydev *usx2y, void (*complete)(struct urb *)) argument
351 usx2y_subs_startup_finish(struct usx2ydev *usx2y) argument
360 struct usx2ydev *usx2y = subs->usx2y; local
467 struct usx2ydev *usx2y = subs->usx2y; local
478 struct usx2ydev *usx2y = subs->usx2y; local
661 struct usx2ydev *usx2y = urb->context; local
669 usx2y_rate_set(struct usx2ydev *usx2y, int rate) argument
736 usx2y_format_set(struct usx2ydev *usx2y, snd_pcm_format_t format) argument
849 struct usx2ydev *usx2y = subs->usx2y; local
[all...]
H A Dusx2yhwdeppcm.c9 what led to this part of the usx2y module:
10 It provides the alsa kernel half of the usx2y-alsa-jack driver pair.
14 That memory is mmaped by jack's usx2y driver.
15 Jack's usx2y driver is the first/last to read/write pcm data.
19 snd-usb-usx2y which needs memcpy() and additional buffers.
21 standard alsa's snd-usb-usx2y period shaping scheme falls away.
24 plain usx2y alsa mode is able to achieve 64frames, 4periods, but only at the
34 Currently the usx2y jack driver provides above 2 services.
38 Currently rawusb dma pcm buffer transport (this file) is only available to snd-usb-usx2y.
54 struct usx2ydev *usx2y local
86 usx2y_iso_frames_per_buffer(struct snd_pcm_runtime *runtime, struct usx2ydev *usx2y) argument
106 struct usx2ydev *usx2y = subs->usx2y; local
233 struct usx2ydev *usx2y = subs->usx2y; local
283 usx2y_usbpcm_subs_startup_finish(struct usx2ydev *usx2y) argument
292 struct usx2ydev *usx2y = subs->usx2y; local
402 struct usx2ydev *usx2y = subs->usx2y; local
413 struct usx2ydev *usx2y = subs->usx2y; local
499 struct usx2ydev *usx2y = subs->usx2y; local
694 struct usx2ydev *usx2y = hw->private_data; local
716 struct usx2ydev *usx2y = hwdep->private_data; local
[all...]
H A Dusbusx2y.h54 struct usx2ydev *usx2y; member in struct:snd_usx2y_substream
79 #define usx2y(c) ((struct usx2ydev *)(c)->private_data) macro
83 int usx2y_async_seq04_init(struct usx2ydev *usx2y);
84 int usx2y_in04_init(struct usx2ydev *usx2y);
H A DusX2Yhwdep.c17 #include "usx2y.h"
147 struct usb_device *dev = usx2y(card)->dev;
154 return snd_usbmidi_create(card, iface, &usx2y(card)->midi_list, quirk);
227 struct usx2ydev *us428 = usx2y(card);
/linux-master/sound/usb/
H A DMakefile37 obj-$(CONFIG_SND) += misc/ usx2y/ caiaq/ 6fire/ hiface/ bcd2000/

Completed in 127 milliseconds