RT5645_INT_IRQ_ST
ret = snd_soc_component_read(component, RT5645_INT_IRQ_ST);
pr_debug("%s read %x = %x\n", __func__, RT5645_INT_IRQ_ST,
snd_soc_component_read(component, RT5645_INT_IRQ_ST));
snd_soc_component_write(component, RT5645_INT_IRQ_ST, ret);
RT5645_INT_IRQ_ST, 0x8, 0x8);
snd_soc_component_update_bits(component, RT5645_INT_IRQ_ST, 0x8, 0x0);
val = snd_soc_component_read(rt5645->component, RT5645_INT_IRQ_ST) & 0x1000;
if (snd_soc_component_read(rt5645->component, RT5645_INT_IRQ_ST) & 0x4) {
RT5645_INT_IRQ_ST, 0x1, 0x0);
case RT5645_INT_IRQ_ST:
case RT5645_INT_IRQ_ST: