projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
693194f
)
ALSA: hda - Fix wrong SPDIF NID assignment for CA0110
author
Takashi Iwai
<
[email protected]
>
Thu, 21 Oct 2010 06:55:13 +0000
(08:55 +0200)
committer
Takashi Iwai
<
[email protected]
>
Thu, 21 Oct 2010 06:55:13 +0000
(08:55 +0200)
The dig_out_nid field must take a digital-converter widget, but the current
ca0110 parser passed the pin wrongly instead.
Reported-by: Wai Yew CHAY <
[email protected]
>
Cc: <
[email protected]
>
Signed-off-by: Takashi Iwai <
[email protected]
>
sound/pci/hda/patch_ca0110.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_ca0110.c
b/sound/pci/hda/patch_ca0110.c
index cca11fdd3d79970bf68f4e1fc35cb56e38536489..46c8bf48c31fb7c0dfeea8881d1ff4784697a564 100644
(file)
--- a/
sound/pci/hda/patch_ca0110.c
+++ b/
sound/pci/hda/patch_ca0110.c
@@
-489,7
+489,7
@@
static void parse_digital(struct hda_codec *codec)
if (cfg->dig_outs &&
snd_hda_get_connections(codec, cfg->dig_out_pins[0],
&spec->dig_out, 1) == 1)
- spec->multiout.dig_out_nid =
cfg->dig_out_pins[0]
;
+ spec->multiout.dig_out_nid =
spec->dig_out
;
}
static int ca0110_parse_auto_config(struct hda_codec *codec)