[PATCH 1/3] [UBUNTU:sound/hda] Remove duplicate line in pci/hda/patch_sigmatel.c::ref927x_pin_configs[]
crimsun at fungus.sh.nu
crimsun at fungus.sh.nu
Tue Mar 21 19:04:35 UTC 2006
UpstreamStatus: Not affected
An accidental paste error resulted in the duplication of one line in
pci/hda/patch_sigmatel.c::ref927x_pin_configs[] . This patch fixes the
"excess elements in array initializer" warning exhibited in
http://librarian.launchpad.net/1801051/buildlog_ubuntu-dapper-i386.linux-source-2.6.15_2.6.15-19.29_FULLYBUILT.txt.gz
that might cause sound to be inaudible.
Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>
---
sound/pci/hda/patch_sigmatel.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
8a1d22fa5136689090ba07038e99883f8f57d352
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 726033a..9d73e05 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -327,7 +327,6 @@ static unsigned int ref927x_pin_configs[
0x01813122, 0x01a19021, 0x01014010, 0x01016011,
0x01012012, 0x01011014, 0x40000100, 0x40000100,
0x40000100, 0x40000100, 0x40000100, 0x01441030,
- 0x40000100, 0x40000100, 0x40000100, 0x01441030,
0x01c41030, 0x40000100,
};
--
1.1.3
--
Daniel T. Chen crimsun at ubuntu.com
GPG key: www.sh.nu/~crimsun/pubkey.gpg.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20060321/1e719a5a/attachment.sig>
More information about the kernel-team
mailing list