diff options
author | Joe Perches <joe@perches.com> | 2011-06-23 11:39:20 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-24 11:20:14 +0200 |
commit | 7c9d440e90c09c6c7b5c477217e491484d044353 (patch) | |
tree | 08b3127d8e2ff1e6fd96c0cccef2e01fa0e19678 /sound/pci | |
parent | dbc6221be7a2bf556fefe75ac939143d4e82ecaf (diff) | |
download | op-kernel-dev-7c9d440e90c09c6c7b5c477217e491484d044353.zip op-kernel-dev-7c9d440e90c09c6c7b5c477217e491484d044353.tar.gz |
treewide: transciever/transceiver spelling fixes
Just tyops.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/ice1712/ice1712.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c index f4594d7..ca39896 100644 --- a/sound/pci/ice1712/ice1712.c +++ b/sound/pci/ice1712/ice1712.c @@ -87,7 +87,7 @@ static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;/* Enable this card */ static char *model[SNDRV_CARDS]; static int omni[SNDRV_CARDS]; /* Delta44 & 66 Omni I/O support */ -static int cs8427_timeout[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 500}; /* CS8427 S/PDIF transciever reset timeout value in msec */ +static int cs8427_timeout[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 500}; /* CS8427 S/PDIF transceiver reset timeout value in msec */ static int dxr_enable[SNDRV_CARDS]; /* DXR enable for DMX6FIRE */ module_param_array(index, int, NULL, 0444); |