Home
last modified time | relevance | path

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

/sound/aoa/soundbus/
Dcore.c90 int tmp = env->buflen; in soundbus_uevent()
94 compat += env->buflen - tmp; in soundbus_uevent()
95 cplen -= env->buflen - tmp; in soundbus_uevent()
/sound/usb/
Dhelper.c54 void *snd_usb_find_csint_desc(void *buffer, int buflen, void *after, u8 dsubtype) in snd_usb_find_csint_desc() argument
58 while ((p = snd_usb_find_desc(buffer, buflen, p, in snd_usb_find_csint_desc()
Dmixer.c69 unsigned int buflen; member
116 check_mapped_name(const struct usbmix_name_map *p, char *buf, int buflen) in check_mapped_name() argument
121 buflen--; in check_mapped_name()
122 return strlcpy(buf, p->name, buflen); in check_mapped_name()
151 int index, char *buf, int buflen) in check_mapped_selector_name() argument
159 return strlcpy(buf, p->names[index], buflen); in check_mapped_selector_name()
173 while ((hdr = snd_usb_find_desc(state->buffer, state->buflen, hdr, in find_audio_control_unit()
3073 state.buflen = mixer->hostif->extralen; in snd_usb_mixer_controls()
/sound/pci/hda/
Dhda_eld.c353 static void hdmi_print_pcm_rates(int pcm, char *buf, int buflen) in hdmi_print_pcm_rates() argument
363 j += snprintf(buf + j, buflen - j, " %d", in hdmi_print_pcm_rates()
Dhda_local.h266 void snd_print_pcm_bits(int pcm, char *buf, int buflen);
716 void snd_print_channel_allocation(int spk_alloc, char *buf, int buflen);
Dhda_codec.c4015 void snd_print_pcm_bits(int pcm, char *buf, int buflen) in snd_print_pcm_bits() argument
4022 j += snprintf(buf + j, buflen - j, " %d", bits[i]); in snd_print_pcm_bits()
/sound/hda/
Dhdmi_chmap.c247 void snd_hdac_print_channel_allocation(int spk_alloc, char *buf, int buflen) in snd_hdac_print_channel_allocation() argument
253 j += snprintf(buf + j, buflen - j, " %s", in snd_hdac_print_channel_allocation()