File 0002-Fix-spelling-of-successfully.patch of Package alsa-tools
From c1fdd7594b1a4bdcba396c0e34568cd918beeb70 Mon Sep 17 00:00:00 2001
From: Jordi Mallach <jordi@debian.org>
Date: Wed, 15 May 2013 19:19:08 +0200
Subject: [PATCH 2/5] =?UTF-8?q?Fix=20spelling=20of=20=E2=80=9Csuccessfully?=
=?UTF-8?q?=E2=80=9D.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[additionally fixed a typo of "Crative" -- tiwai]
Signed-off-by: Jordi Mallach <jordi@debian.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
hda-verb/hda-verb.c | 3 ---
sb16_csp/cspctl.1 | 4 ++--
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/hda-verb/hda-verb.c b/hda-verb/hda-verb.c
index bd746ad..95a935a 100644
--- a/hda-verb/hda-verb.c
+++ b/hda-verb/hda-verb.c
@@ -13,9 +13,6 @@
#include <ctype.h>
#include <unistd.h>
#include <sys/ioctl.h>
-#ifndef __PPC__
-#include <sys/io.h>
-#endif
#include <sys/types.h>
#include <sys/fcntl.h>
diff --git a/sb16_csp/cspctl.1 b/sb16_csp/cspctl.1
index 71c4b52..10249f8 100644
--- a/sb16_csp/cspctl.1
+++ b/sb16_csp/cspctl.1
@@ -9,11 +9,11 @@ command [\-options] <filename>
.SH DESCRIPTION
.B cspctl
-is a simple CSP microcode loader for Crative Sound Blaster 16ASP and some Sound Blaster AWE32 sound cards with Creative Signal Processor (CSP) chip (CT1748A) installed.
+is a simple CSP microcode loader for Creative Sound Blaster 16ASP and some Sound Blaster AWE32 sound cards with Creative Signal Processor (CSP) chip (CT1748A) installed.
.B cspctl
can also be used as a post-install function to
.I snd\-sb16\-csp
-module to load default codec at module installation. If CSP chip is succesfully detected and initialized, it will be installed as a hardware dependant device
+module to load default codec at module installation. If CSP chip is successfully detected and initialized, it will be installed as a hardware dependent device
.I hwC0D2
into /dev/snd directory. Currently, following codecs can be loaded to CSP device:
.IP "" 4
--
1.8.2.3