Commit 491dc043 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Allow all formats as default for Nvidia HDMI



In the commit f0613d57
    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: default avatarTakashi Iwai <tiwai@suse.de>
parent ccca7cdc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -30,7 +30,7 @@
#include "hda_local.h"
#include "hda_local.h"


/* define below to restrict the supported rates and formats */
/* define below to restrict the supported rates and formats */
#define LIMITED_RATE_FMT_SUPPORT
/* #define LIMITED_RATE_FMT_SUPPORT */


struct nvhdmi_spec {
struct nvhdmi_spec {
	struct hda_multi_out multiout;
	struct hda_multi_out multiout;