diff options
Diffstat (limited to 'sound/pci/hda/hda_local.h')
-rw-r--r-- | sound/pci/hda/hda_local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h index a1473c6cb4bf..a2d01a9a0b16 100644 --- a/sound/pci/hda/hda_local.h +++ b/sound/pci/hda/hda_local.h | |||
@@ -287,6 +287,9 @@ static inline int snd_hda_codec_proc_new(struct hda_codec *codec) { return 0; } | |||
287 | #define SND_PRINT_RATES_ADVISED_BUFSIZE 80 | 287 | #define SND_PRINT_RATES_ADVISED_BUFSIZE 80 |
288 | void snd_print_pcm_rates(int pcm, char *buf, int buflen); | 288 | void snd_print_pcm_rates(int pcm, char *buf, int buflen); |
289 | 289 | ||
290 | #define SND_PRINT_BITS_ADVISED_BUFSIZE 16 | ||
291 | void snd_print_pcm_bits(int pcm, char *buf, int buflen); | ||
292 | |||
290 | /* | 293 | /* |
291 | * Misc | 294 | * Misc |
292 | */ | 295 | */ |