Home
last modified time | relevance | path

Searched refs:azx_add_stream (Results 1 – 2 of 2) sorted by relevance

/linux/sound/hda/common/
H A Dcontroller.c1269 void azx_add_stream(struct azx *chip, struct azx_dev *azx_dev, int idx, int tag) in azx_add_stream() function
1274 EXPORT_SYMBOL_GPL(azx_add_stream);
1290 azx_add_stream(chip, azx_dev, i, i + 1); in azx_init_streams()
/linux/sound/hda/controllers/
H A Dintel.c1890 azx_add_stream(chip, &s->azx_dev, i, tag); in hda_init_streams()