native: force runtime-PM off from audio_init (after card is probed)
The init-script sysfs write fired too early — before the sound card
was probed, so the power/control node may not have existed. Move the
runtime-PM disable into audio_init after the mixer walk, using the
known card_idx to target the exact sysfs node. Also set
autosuspend_delay_ms=-1 as a belt-and-suspenders backstop.
G7 log showed partial improvement (amp stayed on 37s vs 23s before)
but still powered down at 50.96s — this should keep it permanently.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>