diff options
| -rw-r--r-- | sound/soc/omap/n810.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/omap/n810.c b/sound/soc/omap/n810.c index 6d216cb6c19b..3fde9e402710 100644 --- a/sound/soc/omap/n810.c +++ b/sound/soc/omap/n810.c | |||
| @@ -100,12 +100,12 @@ static int n810_startup(struct snd_pcm_substream *substream) | |||
| 100 | SNDRV_PCM_HW_PARAM_CHANNELS, 2, 2); | 100 | SNDRV_PCM_HW_PARAM_CHANNELS, 2, 2); |
| 101 | 101 | ||
| 102 | n810_ext_control(&codec->dapm); | 102 | n810_ext_control(&codec->dapm); |
| 103 | return clk_enable(sys_clkout2); | 103 | return clk_prepare_enable(sys_clkout2); |
| 104 | } | 104 | } |
| 105 | 105 | ||
| 106 | static void n810_shutdown(struct snd_pcm_substream *substream) | 106 | static void n810_shutdown(struct snd_pcm_substream *substream) |
| 107 | { | 107 | { |
| 108 | clk_disable(sys_clkout2); | 108 | clk_disable_unprepare(sys_clkout2); |
| 109 | } | 109 | } |
| 110 | 110 | ||
| 111 | static int n810_hw_params(struct snd_pcm_substream *substream, | 111 | static int n810_hw_params(struct snd_pcm_substream *substream, |
