sound: Implement AFMT_FLOAT support
Even though the OSS manual [1] advises against using AFMT_FLOAT, there
are applications that expect the sound driver to support it, and might
not work properly without it.
This patch adds AFMT_F32_LE|BE (as well as AFMT_FLOAT for OSS
compatibility) in sys/soundcard.h and implements AFMT_F32_LE|BE <->
AFMT_S32_LE|BE conversion functions. As a result, applications can
write/read floats to/from sound(4), but internally, because sound(4)
works with integers, we convert floating point samples to integer ones,
before doing any processing.
The reason for encoding/decoding IEEE754s manually, instead of using
fpu_kern(9), is that fpu_kern(9) is not supported by all architectures,
and also introduces significant overhead.
The IEEE754 encoding/decoding implementation has been written by Ariff
Abdullah [2].
[9 lines not shown]
sound: Update COPYRIGHT notices
Only to files I've currently made significant contributions to.
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
(cherry picked from commit c824383b269d8abe175ea4751194660716d5600e)
sound: Turn clamp macros into a function
This makes some subsequent feeder refactors easier to implement.
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D48421
(cherry picked from commit 4918fc2e238b581aaf1f63e20003d5fa957f0b09)
FreeBSD/src 33529d6 — sys/dev/sound/pcm pcm.h feeder_format.c, tests/sys/sound pcm_read_write.c
sound: Refactor the format conversion framework
Merge the PCM_READ|WRITE_* macros defined in pcm/pcm.h, as well as the
intpcm_read|write_* macros defined in pcm/feeder_format.c, into six
inline functions: pcm_sample_read|write[_norm|calc](). The absence of
macro magic makes the code significantly easier to read, use and modify.
Since these functions take the input/output format as a parameter, get
rid of the read() and write() function pointers defined in struct
feed_format_info, as well as the feeder_format_read|write_op()
functions, and use the new read/write functions directly.
Sponsored by: The FreeBSD Fondation
MFC after: 1 week
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D47932
(cherry picked from commit 433e270f341cf660b2fe125c2e0f733073829188)
sound: Update COPYRIGHT notices
Only to files I've currently made significant contributions to.
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
sound: Turn clamp macros into a function
This makes some subsequent feeder refactors easier to implement.
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D48421
FreeBSD/src 433e270 — sys/dev/sound/pcm pcm.h feeder_format.c, tests/sys/sound pcm_read_write.c
sound: Refactor the format conversion framework
Merge the PCM_READ|WRITE_* macros defined in pcm/pcm.h, as well as the
intpcm_read|write_* macros defined in pcm/feeder_format.c, into six
inline functions: pcm_sample_read|write[_norm|calc](). The absence of
macro magic makes the code significantly easier to read, use and modify.
Since these functions take the input/output format as a parameter, get
rid of the read() and write() function pointers defined in struct
feed_format_info, as well as the feeder_format_read|write_op()
functions, and use the new read/write functions directly.
Sponsored by: The FreeBSD Fondation
MFC after: 1 week
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D47932
FreeBSD/src f8167e0 — sys/amd64/amd64 cpu_switch.S efirt_support.S, sys/dev/mpr mpr_ioctl.h
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
Similar commit in current:
(cherry picked from commit 95ee2897e98f)
FreeBSD/src 95ee289 — sys/amd64/acpica acpi_wakecode.S, sys/amd64/amd64 bpf_jit_machdep.h cpu_switch.S
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix
(cherry picked from commit 4d846d260e2b9a3d4d0a701462568268cbfe7a5b)
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix
FreeBSD/src 4ab2e06 (r331722) — sys/dev/altera/atse if_atse.c, sys/dev/altera/avgen altera_avgen.c
Revert r330897:
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.
Revert with prejudice.
This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.
Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.
Requested by: gjb (re)
FreeBSD/src be5d0b9 (r330897) — sys/arm/arm pl190.c, sys/arm/versatile versatile_sic.c
Partial merge of the SPDX changes
These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.
No objections from: pfg
FreeBSD/src 718cf2c (r326255) — sys/dev/ath/ath_hal/ar9003 ar9300_devid.h, sys/dev/bm if_bmreg.h
sys/dev: further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
FreeBSD/src 246e7a2 (r270962) — contrib/file ltmain.sh, contrib/sqlite3 sqlite3.c configure
IFC @r269962
Submitted by: Anish Gupta (akgupt3 at gmail.com)
Delta | File |
---|
+22,450 | -15,124 | contrib/sqlite3/sqlite3.c |
+5,658 | -12,035 | contrib/sqlite3/configure |
+6,412 | -4,081 | contrib/sqlite3/aclocal.m4 |
+6,467 | -3,742 | contrib/sqlite3/ltmain.sh |
+9,664 | -0 | contrib/file/ltmain.sh |
+9,028 | -0 | sys/dev/cxgbe/firmware/t5fw-1.11.27.0.bin.uu |
+59,679 | -34,982 | 5,594 files not shown |
+257,325 | -259,748 | 5,600 files |
FreeBSD/src ee7b057 (r270164) — contrib/file ltmain.sh, sys/dev/cxgbe/firmware t5fw-1.11.27.0.bin.uu t4fw-1.11.27.0.bin.uu
Merge head from 7/28
Delta | File |
---|
+10,713 | -0 | sys/dev/i40e/i40e_register_x710_int.h |
+9,664 | -0 | contrib/file/ltmain.sh |
+9,028 | -0 | sys/dev/cxgbe/firmware/t5fw-1.11.27.0.bin.uu |
+9,019 | -0 | sys/dev/cxgbe/firmware/t4fw-1.11.27.0.bin.uu |
+0 | -8,705 | sys/dev/cxgbe/firmware/t4fw-1.9.12.0.bin.uu |
+0 | -8,417 | sys/dev/cxgbe/firmware/t5fw-1.9.12.0.bin.uu |
+38,424 | -17,122 | 6,904 files not shown |
+275,846 | -197,041 | 6,910 files |
FreeBSD/src 1b833d5 (r269947) — contrib/file ltmain.sh, contrib/sqlite3 sqlite3.c configure
Sync to HEAD at r269943.
Delta | File |
---|
+22,450 | -15,124 | contrib/sqlite3/sqlite3.c |
+5,658 | -12,035 | contrib/sqlite3/configure |
+6,412 | -4,081 | contrib/sqlite3/aclocal.m4 |
+6,467 | -3,742 | contrib/sqlite3/ltmain.sh |
+9,664 | -0 | contrib/file/ltmain.sh |
+9,028 | -0 | sys/dev/cxgbe/firmware/t5fw-1.11.27.0.bin.uu |
+59,679 | -34,982 | 4,966 files not shown |
+217,573 | -243,248 | 4,972 files |
FreeBSD/src e7d939b (r268351) — sys/contrib/ia64/libuwx/src uwx_uinfo.c, sys/ia64/disasm disasm_extract.c disasm_decode.c
Remove ia64.
This includes:
o All directories named *ia64*
o All files named *ia64*
o All ia64-specific code guarded by __ia64__
o All ia64-specific makefile logic
o Mention of ia64 in comments and documentation
This excludes:
o Everything under contrib/
o Everything under crypto/
o sys/xen/interface
o sys/sys/elf_common.h
Discussed at: BSDcan
Copy releng/8.3 to release/8.3.0 as part of the 8.3-RELEASE build process.
Approved by: re (implicit)
This commit was manufactured to restore the state of the 8.3-RELEASE image.
Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.
Approved by: re (implicit)
This commit was manufactured to restore the state of the 8.2-RELEASE image.
FreeBSD/src a7d5f7e (r214084) — contrib/libstdc++ configure, games/fortune/datfiles fortunes
A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.
Delta | File |
---|
+0 | -235,924 | share/dict/web2 |
+0 | -111,817 | contrib/libstdc++/configure |
+0 | -76,205 | share/dict/web2a |
+0 | -74,292 | sys/contrib/octeon-sdk/cvmx-csr-db.c |
+0 | -73,991 | sys/contrib/octeon-sdk/cvmx-csr-typedefs.h |
+0 | -59,651 | games/fortune/datfiles/fortunes |
+0 | -631,880 | 44,919 files not shown |
+0 | -17,210,078 | 44,925 files |
Copy releng/8.1 to release/8.1.0 for 8.1-RELEASE.
Approved by: re (implicit)
This commit was manufactured to restore the state of the 8.1-RELEASE image.
Create release/8.0.0 for the 8.0-RELEASE.
Approved by: re (implicit)
This commit was manufactured to restore the state of the 8.0-RELEASE image.
Merge from head
Delta | File |
---|
+28,896 | -11,377 | sys/dev/ispfw/asm_2400.h |
+13,791 | -13,454 | sys/dev/bce/if_bcefw.h |
+27,016 | -0 | sys/dev/ispfw/asm_2500.h |
+23,295 | -0 | sys/dev/drm/r600_microcode.h |
+9,461 | -9,376 | sys/dev/mxge/rss_ethp_z8e.h |
+9,376 | -9,295 | sys/dev/mxge/rss_eth_z8e.h |
+111,835 | -43,502 | 9,468 files not shown |
+1,127,414 | -1,017,010 | 9,474 files |
FreeBSD/src 7e857dd (r194056) — contrib/bind9/doc/rfc rfc1122.txt rfc4634.txt, share/misc pci_vendors
- Merge from HEAD
Delta | File |
---|
+9,235 | -0 | sys/contrib/dev/acpica/changes.txt |
+0 | -8,448 | sys/contrib/dev/acpica/CHANGES.txt |
+4,704 | -3,646 | share/misc/pci_vendors |
+0 | -6,844 | contrib/bind9/doc/rfc/rfc1122.txt |
+0 | -6,051 | contrib/bind9/doc/rfc/rfc4634.txt |
+0 | -5,782 | contrib/bind9/doc/rfc/rfc1123.txt |
+13,939 | -30,771 | 3,172 files not shown |
+271,611 | -465,127 | 3,178 files |
Sound Mega-commit. Expect further cleanup until code freeze.
For a slightly thorough explaination, please refer to
[1] http://people.freebsd.org/~ariff/SOUND_4.TXT.html .
Summary of changes includes:
1 Volume Per-Channel (vpc). Provides private / standalone volume control
unique per-stream pcm channel without touching master volume / pcm.
Applications can directly use SNDCTL_DSP_[GET|SET][PLAY|REC]VOL, or for
backwards compatibility, SOUND_MIXER_PCM through the opened dsp device
instead of /dev/mixer. Special "bypass" mode is enabled through
/dev/mixer which will automatically detect if the adjustment is made
through /dev/mixer and forward its request to this private volume
controller. Changes to this volume object will not interfere with
other channels.
Requirements:
- SNDCTL_DSP_[GET|SET][PLAY|REC]_VOL are newer ioctls (OSSv4) which
[79 lines not shown]