Page MenuHomeFreeBSD

D47167.diff
No OneTemporary

D47167.diff

diff --git a/sys/dev/sound/macio/onyx.c b/sys/dev/sound/macio/onyx.c
--- a/sys/dev/sound/macio/onyx.c
+++ b/sys/dev/sound/macio/onyx.c
@@ -197,7 +197,6 @@
if (strcmp(name, "codec") == 0) {
if (iicbus_get_addr(dev) != PCM3052_IICADDR)
return (ENXIO);
- } else if (strcmp(name, "codec") == 0) {
compat = ofw_bus_get_compat(dev);
if (compat == NULL || strcmp(compat, "pcm3052") != 0)
return (ENXIO);

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 11, 6:52 PM (14 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16568247
Default Alt Text
D47167.diff (417 B)

Event Timeline