summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-06-28 11:27:31 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:48:43 +0900
commitc4b89263c2b8b555586cd126bddbba8e5c9f1f06 (patch)
tree73d7cf811fd6918be1a30539510000482a8d582c /sound
parent7a7d8ed372d017b434b39105c801003f447aa158 (diff)
downloadlinux-3.10-c4b89263c2b8b555586cd126bddbba8e5c9f1f06.tar.gz
linux-3.10-c4b89263c2b8b555586cd126bddbba8e5c9f1f06.tar.bz2
linux-3.10-c4b89263c2b8b555586cd126bddbba8e5c9f1f06.zip
upstream: treewide: relase -> release
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/hda_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index aeefec74a06..a09193b5595 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -2520,7 +2520,7 @@ int snd_hda_codec_reset(struct hda_codec *codec)
flush_workqueue(bus->workq);
#endif
snd_hda_ctls_clear(codec);
- /* relase PCMs */
+ /* release PCMs */
for (i = 0; i < codec->num_pcms; i++) {
if (codec->pcm_info[i].pcm) {
snd_device_free(card, codec->pcm_info[i].pcm);