Home
last modified time | relevance | path

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

/sound/ppc/
Dsnd_ps3.c1050 pr_info("%s:start id=%d\n", __func__, dev->match_id); in snd_ps3_driver_remove()
1072 pr_info("%s:end id=%d\n", __func__, dev->match_id); in snd_ps3_driver_remove()
1076 .match_id = PS3_MATCH_ID_SOUND,
/sound/soc/codecs/
Drt5677.c5577 const struct of_device_id *match_id; in rt5677_i2c_probe() local
5579 match_id = of_match_device(rt5677_of_match, &i2c->dev); in rt5677_i2c_probe()
5580 if (match_id) in rt5677_i2c_probe()
5581 rt5677->type = (enum rt5677_type)match_id->data; in rt5677_i2c_probe()