diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-11-02 00:28:50 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-11-04 09:20:58 +0100 |
commit | ec8f53fb693dda095ad3342b927a074e7c4dddfa (patch) | |
tree | 92959363d891a4313d26376fe92d0dfdd857393d /sound/i2c/other/ak4114.c | |
parent | 16c2e1fae8d60a9d6d16e009a76ba3472568e094 (diff) |
ALSA: Fix typo in drivers sound
Correct spelling typo in debug messages within drivers/sound
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/i2c/other/ak4114.c')
-rw-r--r-- | sound/i2c/other/ak4114.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/i2c/other/ak4114.c b/sound/i2c/other/ak4114.c index 816e7d225fb0..5bf4fca19e48 100644 --- a/sound/i2c/other/ak4114.c +++ b/sound/i2c/other/ak4114.c @@ -401,7 +401,7 @@ static struct snd_kcontrol_new snd_ak4114_iec958_controls[] = { }, { .iface = SNDRV_CTL_ELEM_IFACE_PCM, - .name = "IEC958 Preample Capture Default", + .name = "IEC958 Preamble Capture Default", .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE, .info = snd_ak4114_spdif_pinfo, .get = snd_ak4114_spdif_pget, |