Skip to content

Commit

Permalink
ASoC: atmel_ssc_dai/trivial: typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Crapet <mcrapet@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Matthieu Crapet authored and Mark Brown committed Dec 8, 2014
1 parent de82bf6 commit 15f6c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/atmel/atmel_ssc_dai.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static void atmel_ssc_shutdown(struct snd_pcm_substream *substream,
if (!ssc_p->dir_mask) {
if (ssc_p->initialized) {
/* Shutdown the SSC clock. */
pr_debug("atmel_ssc_dau: Stopping clock\n");
pr_debug("atmel_ssc_dai: Stopping clock\n");
clk_disable(ssc_p->ssc->clk);

free_irq(ssc_p->ssc->irq, ssc_p);
Expand Down

0 comments on commit 15f6c58

Please sign in to comment.