Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtas5720.c305 unsigned int device_id, expected_device_id; in tas5720_codec_probe() local
331 expected_device_id = TAS5720_DEVICE_ID; in tas5720_codec_probe()
334 expected_device_id = TAS5720A_Q1_DEVICE_ID; in tas5720_codec_probe()
337 expected_device_id = TAS5722_DEVICE_ID; in tas5720_codec_probe()
345 if (device_id != expected_device_id) in tas5720_codec_probe()
347 expected_device_id, device_id); in tas5720_codec_probe()