Home
last modified time | relevance | path

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

/linux-5.19.10/include/sound/ac97/
Dcodec.h11 #define AC97_ID(vendor_id1, vendor_id2) \ argument
12 ((((vendor_id1) & 0xffff) << 16) | ((vendor_id2) & 0xffff))
13 #define AC97_DRIVER_ID(vendor_id1, vendor_id2, mask_id1, mask_id2, _data) \ argument
14 { .id = (((vendor_id1) & 0xffff) << 16) | ((vendor_id2) & 0xffff), \
/linux-5.19.10/sound/soc/codecs/
Dad1980.c236 u16 vendor_id2; in ad1980_soc_probe() local
259 vendor_id2 = snd_soc_component_read(component, AC97_VENDOR_ID2); in ad1980_soc_probe()
260 if (vendor_id2 == 0x5374) { in ad1980_soc_probe()
/linux-5.19.10/Documentation/devicetree/bindings/sound/
Dac97-bus.txt7 -compatible : Must be "ac97,vendor_id1,vendor_id2