summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-10-16 08:02:41 +0200
committerTakashi Iwai <tiwai@suse.de>2008-10-16 08:02:41 +0200
commitec4e86ba0662ed85f3b3a38fb220dc51d951da84 (patch)
treef724425fa7db914e314d5d005c167fc736adef64 /sound
parent80ffe86925a226f513b36d0ce13e049133841970 (diff)
downloadlinux-ec4e86ba0662ed85f3b3a38fb220dc51d951da84.tar.gz
linux-ec4e86ba0662ed85f3b3a38fb220dc51d951da84.tar.xz
ALSA: hda - Fix PCM type of Nvidia HDMI devices
Added the missing PCM type for Nvidia HDMI devices so that they point the right device number. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_nvhdmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_nvhdmi.c b/sound/pci/hda/patch_nvhdmi.c
index 1a65775d28e1..2eed2c8b98da 100644
--- a/sound/pci/hda/patch_nvhdmi.c
+++ b/sound/pci/hda/patch_nvhdmi.c
@@ -116,6 +116,7 @@ static int nvhdmi_build_pcms(struct hda_codec *codec)
codec->pcm_info = info;
info->name = "NVIDIA HDMI";
+ info->pcm_type = HDA_PCM_TYPE_HDMI;
info->stream[SNDRV_PCM_STREAM_PLAYBACK] = nvhdmi_pcm_digital_playback;
return 0;