Home
last modified time | relevance | path

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

/sound/aoa/soundbus/
Dcore.c91 int tmp = env->buflen; in soundbus_uevent()
95 compat += env->buflen - tmp; in soundbus_uevent()
96 cplen -= env->buflen - tmp; in soundbus_uevent()
/sound/usb/
Dhelper.c67 void *snd_usb_find_csint_desc(void *buffer, int buflen, void *after, u8 dsubtype) in snd_usb_find_csint_desc() argument
71 while ((p = snd_usb_find_desc(buffer, buflen, p, in snd_usb_find_csint_desc()
Dmixer.c82 unsigned int buflen; member
131 check_mapped_name(const struct usbmix_name_map *p, char *buf, int buflen) in check_mapped_name() argument
136 buflen--; in check_mapped_name()
137 return strlcpy(buf, p->name, buflen); in check_mapped_name()
166 int index, char *buf, int buflen) in check_mapped_selector_name() argument
174 return strlcpy(buf, p->names[index], buflen); in check_mapped_selector_name()
188 while ((hdr = snd_usb_find_desc(state->buffer, state->buflen, hdr, in find_audio_control_unit()
2275 state.buflen = mixer->hostif->extralen; in snd_usb_mixer_controls()
/sound/pci/hda/
Dhda_eld.c378 static void hdmi_print_pcm_rates(int pcm, char *buf, int buflen) in hdmi_print_pcm_rates() argument
388 j += scnprintf(buf + j, buflen - j, " %d", in hdmi_print_pcm_rates()
421 void snd_print_channel_allocation(int spk_alloc, char *buf, int buflen) in snd_print_channel_allocation() argument
427 j += snprintf(buf + j, buflen - j, " %s", in snd_print_channel_allocation()
Dhda_local.h340 void snd_print_pcm_bits(int pcm, char *buf, int buflen);
783 void snd_print_channel_allocation(int spk_alloc, char *buf, int buflen);
Dhda_codec.c4098 void snd_print_pcm_bits(int pcm, char *buf, int buflen) in snd_print_pcm_bits() argument
4105 j += scnprintf(buf + j, buflen - j, " %d", bits[i]); in snd_print_pcm_bits()