Searched refs:I2S_ENABLE (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/au1x/ |
H A D | i2sc.c | 24 #define I2S_ENABLE 0x08 macro 146 WR(ctx, I2S_ENABLE, EN_D | EN_CE); in au1xi2s_trigger() 147 WR(ctx, I2S_ENABLE, EN_CE); in au1xi2s_trigger() 155 WR(ctx, I2S_ENABLE, EN_D); /* power off */ in au1xi2s_trigger() 279 WR(ctx, I2S_ENABLE, EN_D); /* clock off, disable */ in au1xi2s_drvremove() 287 WR(ctx, I2S_ENABLE, EN_D); /* clock off, disable */ in au1xi2s_drvsuspend()
|