ALSA: hda - Kill the rest of snd_print*() usages
[firefly-linux-kernel-4.4.55.git] / sound / pci / hda / hda_codec.h
index 5825aa17d8e3d84db59d3e07079e32ccfcb78885..f84a40ef42afa44980524973c46fd12953192832 100644 (file)
@@ -538,7 +538,8 @@ void __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid,
                                    int do_now);
 #define snd_hda_codec_cleanup_stream(codec, nid) \
        __snd_hda_codec_cleanup_stream(codec, nid, 0)
-unsigned int snd_hda_calc_stream_format(unsigned int rate,
+unsigned int snd_hda_calc_stream_format(struct hda_codec *codec,
+                                       unsigned int rate,
                                        unsigned int channels,
                                        unsigned int format,
                                        unsigned int maxbps,