diff options
| author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-01 15:38:34 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2010-11-01 15:38:34 -0400 |
| commit | b595076a180a56d1bb170e6eceda6eb9d76f4cd3 (patch) | |
| tree | bc01ec7283808013e0b8ce7713fd6fc40f810429 /sound/pci/rme9652 | |
| parent | 6aaccece1c483f189f76f1282b3984ff4c7ecb0a (diff) | |
tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address",
"between", "initiali[zs]e", "instead", "function", "select", "already",
"equal", "access", "management", "hierarchy", "registration", "interest",
"relative", "memory", "offset", "already",
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound/pci/rme9652')
| -rw-r--r-- | sound/pci/rme9652/hdspm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index 0c98ef9156d8..f5eadfc0672a 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c | |||
| @@ -487,7 +487,7 @@ struct hdspm { | |||
| 487 | struct snd_kcontrol *playback_mixer_ctls[HDSPM_MAX_CHANNELS]; | 487 | struct snd_kcontrol *playback_mixer_ctls[HDSPM_MAX_CHANNELS]; |
| 488 | /* but input to much, so not used */ | 488 | /* but input to much, so not used */ |
| 489 | struct snd_kcontrol *input_mixer_ctls[HDSPM_MAX_CHANNELS]; | 489 | struct snd_kcontrol *input_mixer_ctls[HDSPM_MAX_CHANNELS]; |
| 490 | /* full mixer accessable over mixer ioctl or hwdep-device */ | 490 | /* full mixer accessible over mixer ioctl or hwdep-device */ |
| 491 | struct hdspm_mixer *mixer; | 491 | struct hdspm_mixer *mixer; |
| 492 | 492 | ||
| 493 | }; | 493 | }; |
| @@ -550,7 +550,7 @@ static inline int HDSPM_bit2freq(int n) | |||
| 550 | return bit2freq_tab[n]; | 550 | return bit2freq_tab[n]; |
| 551 | } | 551 | } |
| 552 | 552 | ||
| 553 | /* Write/read to/from HDSPM with Adresses in Bytes | 553 | /* Write/read to/from HDSPM with Addresses in Bytes |
| 554 | not words but only 32Bit writes are allowed */ | 554 | not words but only 32Bit writes are allowed */ |
| 555 | 555 | ||
| 556 | static inline void hdspm_write(struct hdspm * hdspm, unsigned int reg, | 556 | static inline void hdspm_write(struct hdspm * hdspm, unsigned int reg, |
| @@ -2908,7 +2908,7 @@ static int snd_hdspm_create_controls(struct snd_card *card, struct hdspm * hdspm | |||
| 2908 | 2908 | ||
| 2909 | /* Channel playback mixer as default control | 2909 | /* Channel playback mixer as default control |
| 2910 | Note: the whole matrix would be 128*HDSPM_MIXER_CHANNELS Faders, | 2910 | Note: the whole matrix would be 128*HDSPM_MIXER_CHANNELS Faders, |
| 2911 | thats too * big for any alsamixer they are accesible via special | 2911 | thats too * big for any alsamixer they are accessible via special |
| 2912 | IOCTL on hwdep and the mixer 2dimensional mixer control | 2912 | IOCTL on hwdep and the mixer 2dimensional mixer control |
| 2913 | */ | 2913 | */ |
| 2914 | 2914 | ||
