diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-28 05:27:31 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-06-28 08:34:33 -0400 |
commit | 83a35e360433b58791bc9c4e288cace466d62e3a (patch) | |
tree | e5f75d05aecdcdcf00438e6a1f74dad7eebb5b11 /sound/pci/hda/hda_codec.c | |
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/hda/hda_codec.c')
-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) | |||
2523 | flush_workqueue(bus->workq); | 2523 | flush_workqueue(bus->workq); |
2524 | #endif | 2524 | #endif |
2525 | snd_hda_ctls_clear(codec); | 2525 | snd_hda_ctls_clear(codec); |
2526 | /* relase PCMs */ | 2526 | /* release PCMs */ |
2527 | for (i = 0; i < codec->num_pcms; i++) { | 2527 | for (i = 0; i < codec->num_pcms; i++) { |
2528 | if (codec->pcm_info[i].pcm) { | 2528 | if (codec->pcm_info[i].pcm) { |
2529 | snd_device_free(card, codec->pcm_info[i].pcm); | 2529 | snd_device_free(card, codec->pcm_info[i].pcm); |