Loading asoc/codecs/wsa883x/wsa883x.c +4 −3 Original line number Diff line number Diff line Loading @@ -1274,6 +1274,7 @@ static int wsa883x_event_notify(struct notifier_block *nb, switch (event) { case BOLERO_WSA_EVT_PA_OFF_PRE_SSR: if (test_bit(SPKR_STATUS, &wsa883x->status_mask)) snd_soc_component_update_bits(wsa883x->component, WSA883X_PA_FSM_CTL, 0x01, 0x00); Loading Loading
asoc/codecs/wsa883x/wsa883x.c +4 −3 Original line number Diff line number Diff line Loading @@ -1274,6 +1274,7 @@ static int wsa883x_event_notify(struct notifier_block *nb, switch (event) { case BOLERO_WSA_EVT_PA_OFF_PRE_SSR: if (test_bit(SPKR_STATUS, &wsa883x->status_mask)) snd_soc_component_update_bits(wsa883x->component, WSA883X_PA_FSM_CTL, 0x01, 0x00); Loading