Hello
nRF5340-audio-DK, NCS2.0.2, VScode

press BUTTON_VOLUME_UP then button reset,can't change to channel right.

if (CONFIG_AUDIO_DEV == HEADSET) {
ret=channel_assignment_set(AUDIO_CHANNEL_RIGHT);
if(ret)printk("set channel right err:%d\n",ret);
}
change to channel right failed, return -30
another question, 5340-audio can DFU?
Best regards