Skip to content

Commit

Permalink
ALSA: hda - Allow all formats as default for Nvidia HDMI
Browse files Browse the repository at this point in the history
In the commit f0613d5
    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>
  • Loading branch information
Takashi Iwai committed Oct 13, 2009
1 parent ccca7cd commit 491dc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_nvhdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#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;
Expand Down

0 comments on commit 491dc04

Please sign in to comment.