created | 2019-10-20T12:02:32Z |
---|---|
begin | 2019-10-14T00:00:00Z |
end | 2019-10-15T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2019-10-14T01:59:14Z | |||
---|---|---|---|---|
author | jcs | |||
files | src/sys/dev/pci/azalia.c | log | diff | annotate |
src/sys/dev/pci/azalia.h | log | diff | annotate | |
src/sys/dev/pci/azalia_codec.c | log | diff | annotate | |
message |
Rename AZ_QRK_WID_SPKR2_DAC and AZ_QRK_WID_DOLBY_ATMOS to make it clear they are not widget quirks, and renumber AZ_QRK_WID_SPKR2_DAC to fall outside of AZ_QRK_WID_MASK since it's not handled by azalia_codec_widget_quirks |
date | 2019-10-14T02:04:35Z | |||
---|---|---|---|---|
author | jcs | |||
files | src/sys/dev/pci/azalia.h | log | diff | annotate |
src/sys/dev/pci/azalia_codec.c | log | diff | annotate | |
message |
Add another quirk for the ALC285 on the X1C7 to avoid a clicking noise on the headphone output From Linux |
date | 2019-10-14T09:20:48Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/usb/utvfu.c | log | diff | annotate |
src/sys/dev/usb/uvideo.c | log | diff | annotate | |
message |
Convert tsleep(9) to tsleep_nsec(9). ok visa@, kn@ |