drivers: i2s_cavs: Remove resource owner config

Remove I2S resource ownership configuration.
Such configuration will be done in an SoC level
initialization routine

Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com>
This commit is contained in:
Sathish Kuttan 2018-08-16 15:03:38 -07:00 committed by Anas Nashif
commit dc88fa6aa0

View file

@ -720,10 +720,6 @@ static int i2s1_cavs_initialize(struct device *dev)
const struct i2s_cavs_config *const dev_cfg = DEV_CFG(dev); const struct i2s_cavs_config *const dev_cfg = DEV_CFG(dev);
struct i2s_cavs_dev_data *const dev_data = DEV_DATA(dev); struct i2s_cavs_dev_data *const dev_data = DEV_DATA(dev);
#ifdef CONFIG_SOC_INTEL_S1000
setup_ownership_i2s();
#endif
/* Configure interrupts */ /* Configure interrupts */
dev_cfg->irq_config(); dev_cfg->irq_config();