summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/samsung/odroidx2_max98090.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/soc/samsung/odroidx2_max98090.c b/sound/soc/samsung/odroidx2_max98090.c
index 614c60fa1cd..739b76ae988 100644
--- a/sound/soc/samsung/odroidx2_max98090.c
+++ b/sound/soc/samsung/odroidx2_max98090.c
@@ -12,7 +12,6 @@
#include <sound/soc.h>
#include <sound/pcm_params.h>
#include "i2s.h"
-#include "i2s-regs.h"
/* Config I2S CDCLK output 19.2MHZ clock to Max98090 */
#define MAX98090_MCLK 19200000
@@ -33,14 +32,6 @@ static int odroidx2_hw_params(struct snd_pcm_substream *substream,
return ret;
}
- ret = snd_soc_dai_set_sysclk(cpu_dai, SAMSUNG_I2S_OPCLK,
- 0, MOD_OPCLK_PCLK);
- if (ret < 0) {
- dev_err(cpu_dai->dev,
- "Unable to set i2s opclk: 0x%x\n", ret);
- return ret;
- }
-
/* Set the cpu DAI configuration in order to use CDCLK */
ret = snd_soc_dai_set_sysclk(cpu_dai, SAMSUNG_I2S_CDCLK,
0, SND_SOC_CLOCK_OUT);