Home
last modified time | relevance | path

Searched refs:cluster (Results 1 – 1 of 1) sorted by relevance

/sound/usb/
Dstream.c325 *cluster) in convert_chmap_v3()
327 unsigned int channels = cluster->bNrChannels; in convert_chmap_v3()
329 void *p = cluster; in convert_chmap_v3()
339 len = le16_to_cpu(cluster->wLength); in convert_chmap_v3()
343 while (((p - (void *)cluster) < len) && (c < channels)) { in convert_chmap_v3()
867 struct uac3_cluster_header_descriptor *cluster; in snd_usb_get_audioformat_uac3() local
982 cluster = kzalloc(wLength, GFP_KERNEL); in snd_usb_get_audioformat_uac3()
983 if (!cluster) in snd_usb_get_audioformat_uac3()
991 cluster, wLength); in snd_usb_get_audioformat_uac3()
993 kfree(cluster); in snd_usb_get_audioformat_uac3()
[all …]