projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80ffe86
)
ALSA: hda - Fix PCM type of Nvidia HDMI devices
author
Takashi Iwai
<tiwai@suse.de>
Thu, 16 Oct 2008 06:02:41 +0000
(08:02 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 16 Oct 2008 06:02:41 +0000
(08:02 +0200)
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>
sound/pci/hda/patch_nvhdmi.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_nvhdmi.c
b/sound/pci/hda/patch_nvhdmi.c
index 1a65775d28e18939083b6fb578b6fe8a5370a431..2eed2c8b98dabc3434ddabfbc2c2db1be63e7e65 100644
(file)
--- 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;