CMD_NEW
codec_cntl = RW_CMD | ((u_int32_t)reg << 24) | CMD_NEW;
if (!(codec_cntl & CMD_NEW))
if (codec_cntl & CMD_NEW) {
codec_cntl = ((u_int32_t)reg << 24) | CMD_NEW | val;
if (!(codec_cntl & CMD_NEW))
if (codec_cntl & CMD_NEW) {
codec_cntl = LNK_WRM_RST | CMD_NEW;
if (!(codec_cntl & CMD_NEW))
if (codec_cntl & CMD_NEW)