sound/usb/endpoint.c
731
alts = snd_usb_get_host_interface(chip, ep->iface, ep->altsetting);
sound/usb/format.c
351
alts = snd_usb_get_host_interface(chip, fp->iface, fp->altsetting);
sound/usb/format.c
559
alts = snd_usb_get_host_interface(chip, fp->iface, fp->altsetting);
sound/usb/helper.h
18
snd_usb_get_host_interface(struct snd_usb_audio *chip, int ifnum, int altsetting);
sound/usb/implicit.c
119
alts = snd_usb_get_host_interface(chip, ifnum, altsetting);
sound/usb/implicit.c
162
alts = snd_usb_get_host_interface(chip,
sound/usb/implicit.c
190
alts = snd_usb_get_host_interface(chip,
sound/usb/implicit.c
243
alts = snd_usb_get_host_interface(chip, iface, altset);
sound/usb/pcm.c
343
alts = snd_usb_get_host_interface(chip, fmt->iface, fmt->altsetting);