21 Oct
2012
21 Oct
'12
3:38 p.m.
On sam., 2012-10-20 at 18:15 +0200, Clemens Ladisch wrote:
Didier 'Ptitjes' Villevalois wrote:
.vendor_name = "Reloop", .product_name = "Play",
These aren't needed except when they are wrong in the descriptor.
In fact there is nothing appearing when I do lsusb, even when I specify them in the quirk. Is this not related ?
.data = &(const struct audioformat) { .formats = SNDRV_PCM_FMTBIT_S24_3LE, .channels = 4, .iface = 1, .altsetting = 1, .altset_idx = 1, .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, .endpoint = 0x01,
You might as well set ep_attr to USB_ENDPOINT_SYNC_ADAPTIVE.
Oki. I'll do that.
Didier.