]> err.no Git - linux-2.6/blobdiff - sound/core/pcm.c
[ALSA] hda-codec - Use model 'hp' for all HP laptops with AD1981HD
[linux-2.6] / sound / core / pcm.c
index 5d7eb123b99905df015d941b0a8b9aaca8f8ff6e..122e10a61ab9c7e788c68e8991965ec3dd8beb6e 100644 (file)
@@ -196,7 +196,7 @@ static char *snd_pcm_format_names[] = {
        FORMAT(U18_3BE),
 };
 
-const char *snd_pcm_format_name(snd_pcm_format_t format)
+static const char *snd_pcm_format_name(snd_pcm_format_t format)
 {
        return snd_pcm_format_names[format];
 }