azx_add_stream
EXPORT_SYMBOL_GPL(azx_add_stream);
azx_add_stream(chip, azx_dev, i, i + 1);
void azx_add_stream(struct azx *chip, struct azx_dev *s, int idx, int tag);
azx_add_stream(chip, &s->azx_dev, i, tag);