Searched refs:snd_print_pcm_bits (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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 | 268 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 | 4040 * snd_print_pcm_bits - Print the supported PCM fmt bits to the string buffer 4047 void snd_print_pcm_bits(int pcm, char *buf, int buflen) in snd_print_pcm_bits() function 4058 EXPORT_SYMBOL_GPL(snd_print_pcm_bits); variable
|
/kernel/linux/linux-6.6/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 | 4071 * snd_print_pcm_bits - Print the supported PCM fmt bits to the string buffer 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); variable
|
Completed in 19 milliseconds