In the commit
4bc5cd8375e45374d1fabd472dc79d8566a62d81
ALSA: hda - Add full rates/formats support for Nvidia HDMI
the flag LIMITIED_RATE_FMT_SUPPORT was set as default, as I forgot
to clear before commit.
Let's enable all formats/rates as default.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
#include "hda_local.h"
/* define below to restrict the supported rates and formats */
-#define LIMITED_RATE_FMT_SUPPORT
+/* #define LIMITED_RATE_FMT_SUPPORT */
struct nvhdmi_spec {
struct hda_multi_out multiout;