Searched refs:snd_print_pcm_bits (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/sound/pci/hda/ |
H A D | hda_eld.c | 383 snd_print_pcm_bits(a->sample_bits, buf2 + 8, sizeof(buf2) - 8); in hdmi_show_short_audio_desc() 429 snd_print_pcm_bits(a->sample_bits, buf, sizeof(buf)); in hdmi_print_sad_info()
|
H A D | hda_local.h | 259 void snd_print_pcm_bits(int pcm, char *buf, int buflen);
|
H A D | hda_proc.c | 182 snd_print_pcm_bits(pcm, buf, sizeof(buf)); in print_pcm_bits()
|
H A D | hda_codec.c | 4078 void snd_print_pcm_bits(int pcm, char *buf, int buflen) in snd_print_pcm_bits() function 4089 EXPORT_SYMBOL_GPL(snd_print_pcm_bits);
|