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:
parent
bc332d7655
commit
dc88fa6aa0
1 changed files with 0 additions and 4 deletions
|
@ -720,10 +720,6 @@ static int i2s1_cavs_initialize(struct device *dev)
|
|||
const struct i2s_cavs_config *const dev_cfg = DEV_CFG(dev);
|
||||
struct i2s_cavs_dev_data *const dev_data = DEV_DATA(dev);
|
||||
|
||||
#ifdef CONFIG_SOC_INTEL_S1000
|
||||
setup_ownership_i2s();
|
||||
#endif
|
||||
|
||||
/* Configure interrupts */
|
||||
dev_cfg->irq_config();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue