projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7a9434
)
ALSA: hda - Do not try to create speaker NIDs for ALC268 if there aren't any
author
David Henningsson
<david.henningsson@canonical.com>
Mon, 2 Aug 2010 11:13:25 +0000
(13:13 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 2 Aug 2010 12:51:01 +0000
(14:51 +0200)
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index 49c04fc8b516487859e6faaab62afd165b4d3590..cf14b00155d0a49c388e82e10af920c0a9bf2851 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-13216,7
+13216,7
@@
static int alc268_auto_create_multi_out_ctls(struct alc_spec *spec,
HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_INPUT));
if (err < 0)
return err;
- } else {
+ } else
if (nid)
{
err = alc268_new_analog_output(spec, nid, "Speaker", 0);
if (err < 0)
return err;