diff options
| author | Takashi Iwai <tiwai@suse.de> | 2009-10-13 10:07:59 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2009-10-13 10:07:59 -0400 |
| commit | 491dc0437d4c56d11f78113eca3953cff87314f3 (patch) | |
| tree | 8e246819a49a41ec3db5be1467dfeca4144fd963 | |
| parent | ccca7cdc1b8dd2e7b67e9289a6abf117b11cbe6b (diff) | |
ALSA: hda - Allow all formats as default for Nvidia HDMI
In the commit f0613d5752d8f7d1d02e6d40947f38877fdf9c90
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>
| -rw-r--r-- | sound/pci/hda/patch_nvhdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_nvhdmi.c b/sound/pci/hda/patch_nvhdmi.c index 23ad93983118..9fb60276f5c9 100644 --- a/sound/pci/hda/patch_nvhdmi.c +++ b/sound/pci/hda/patch_nvhdmi.c | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | #include "hda_local.h" | 30 | #include "hda_local.h" |
| 31 | 31 | ||
| 32 | /* define below to restrict the supported rates and formats */ | 32 | /* define below to restrict the supported rates and formats */ |
| 33 | #define LIMITED_RATE_FMT_SUPPORT | 33 | /* #define LIMITED_RATE_FMT_SUPPORT */ |
| 34 | 34 | ||
| 35 | struct nvhdmi_spec { | 35 | struct nvhdmi_spec { |
| 36 | struct hda_multi_out multiout; | 36 | struct hda_multi_out multiout; |
