sound is working?
misc@openbsd.org
2010 17:10, James
Patching file azalia_codec.c using Plan A...
1 out of 1 hunks failed--saving rejects to
file failed, the code
file called
If it had worked it would have given you a message like:
azalia_codec.c using Plan A...
the trailing garbage.
$ cat azalia_codec.c.rej
@@ -64,6 +64,13 @@
this->name = NULL;
this->qrks = AZ_QRK_NONE;
switch (this->vid) {
+ case 0x10134206:
+ this->name = "Cirrus Logic
CS4206";
+ if (this->subid == 0x106b4d00) { /* APPLE_MBP55 */
+
this->qrks |= AZ_QRK_GPIO_UNMUTE_1 |
+ AZ_QRK_GPIO_UNMUTE_3;
+
}
+ break;
case 0x10ec0260:
this->name = "Realtek ALC260";
break;
What does this mean? It looks like a snippet of code from the original
patch file?