diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-28 11:27:31 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-06-28 14:34:33 +0200 |
commit | 83a35e360433b58791bc9c4e288cace466d62e3a (patch) | |
tree | e5f75d05aecdcdcf00438e6a1f74dad7eebb5b11 /sound/pci | |
parent | a15e41909ccf535e568ea311cf926a1924ad63d6 (diff) |
treewide: relase -> release
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 55108b5fb291..a9676ceafe00 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -2523,7 +2523,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); |