projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25a47b6
)
[ALSA] hda-codec - Fix initial DAC numbers of 92HD71bxx codecs
author
Takashi Iwai
<tiwai@suse.de>
Mon, 25 Feb 2008 17:26:41 +0000
(18:26 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 24 Apr 2008 10:00:15 +0000
(12:00 +0200)
Fix the initial num_dacs of 92HD71bxx codecs.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index ef86402d7e67bfc0c650041a3fad776c154695fe..4bc7d8646fabe72446553503336849d167b356d3 100644
(file)
--- a/
sound/pci/hda/patch_sigmatel.c
+++ b/
sound/pci/hda/patch_sigmatel.c
@@
-246,7
+246,7
@@
static hda_nid_t stac92hd71bxx_dmux_nids[1] = {
0x1c,
};
-static hda_nid_t stac92hd71bxx_dac_nids[
2
] = {
+static hda_nid_t stac92hd71bxx_dac_nids[
1
] = {
0x10, /*0x11, */
};
@@
-3550,7
+3550,7
@@
again:
spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
spec->pwr_nids = stac92hd71bxx_pwr_nids;
- spec->multiout.num_dacs =
2
;
+ spec->multiout.num_dacs =
1
;
spec->multiout.hp_nid = 0x11;
spec->multiout.dac_nids = stac92hd71bxx_dac_nids;