Searched refs:cluster_wLength (Results 1 – 1 of 1) sorted by relevance
899 u16 cluster_id, wLength, cluster_wLength; in snd_usb_get_audioformat_uac3() local1029 cluster_wLength = le16_to_cpu(cluster->wLength); in snd_usb_get_audioformat_uac3()1030 if (cluster_wLength < sizeof(*cluster) || in snd_usb_get_audioformat_uac3()1031 cluster_wLength > wLength) { in snd_usb_get_audioformat_uac3()