Home
last modified time | relevance | path

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

/linux-2.6.39/sound/usb/
Dcard.c202 struct usb_host_interface *host_iface; in snd_usb_create_streams() local
208 host_iface = &usb_ifnum_to_if(dev, ctrlif)->altsetting[0]; in snd_usb_create_streams()
209 control_header = snd_usb_find_csint_desc(host_iface->extra, in snd_usb_create_streams()
210 host_iface->extralen, in snd_usb_create_streams()
212 altsd = get_iface_desc(host_iface); in snd_usb_create_streams()
Dmixer.c2209 struct usb_host_interface *host_iface; in snd_usb_create_mixer() local
2226 host_iface = &usb_ifnum_to_if(chip->dev, ctrlif)->altsetting[0]; in snd_usb_create_mixer()
2227 switch (get_iface_desc(host_iface)->bInterfaceProtocol) { in snd_usb_create_mixer()