|
@@ -208,7 +208,7 @@ static const struct i2c_board_info wm1277_devs[] = {
|
|
|
static struct arizona_pdata wm5102_reva_pdata = {
|
|
|
.ldoena = S3C64XX_GPN(7),
|
|
|
.gpio_base = CODEC_GPIO_BASE,
|
|
|
- .irq_active_high = true,
|
|
|
+ .irq_flags = IRQF_TRIGGER_HIGH,
|
|
|
.micd_pol_gpio = CODEC_GPIO_BASE + 4,
|
|
|
.gpio_defaults = {
|
|
|
[2] = 0x10000, /* AIF3TXLRCLK */
|
|
@@ -237,7 +237,7 @@ static struct spi_board_info wm5102_reva_spi_devs[] = {
|
|
|
static struct arizona_pdata wm5102_pdata = {
|
|
|
.ldoena = S3C64XX_GPN(7),
|
|
|
.gpio_base = CODEC_GPIO_BASE,
|
|
|
- .irq_active_high = true,
|
|
|
+ .irq_flags = IRQF_TRIGGER_HIGH,
|
|
|
.micd_pol_gpio = CODEC_GPIO_BASE + 2,
|
|
|
.gpio_defaults = {
|
|
|
[2] = 0x10000, /* AIF3TXLRCLK */
|