sound: Do not cast return value of malloc(9)No functional change intended.Sponsored by: The FreeBSD FoundationMFC after: 2 daysReviewed by: dev_submerge.ch, zlei, markj, emasteDifferential Rev
sound: Do not cast return value of malloc(9)No functional change intended.Sponsored by: The FreeBSD FoundationMFC after: 2 daysReviewed by: dev_submerge.ch, zlei, markj, emasteDifferential Revision: https://reviews.freebsd.org/D46844(cherry picked from commit 3cc01caa26e4bf0798d219b2d40429a2cc1a642a)
show more ...
audio_soc: set "status" as being at simplebusThis is more true and less confusing than previous "at EXPERIMENT".(cherry picked from commit b587cb69f35cd7bd280fe1f8c82b37f56f10d5cf)
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
sound: Remove unused devclass arguments to DRIVER_MODULE.
Remove pcm_devclass from DRIVER_MODULE invocations.
audio_soc: Plug set but not used variableSponsored by: Beckhoff Automation GmbH & Co. KG
audio_soc: remove useless call to pcm_getbuffersizeIts result was not used and it does not have any side-effects.MFC after: 2 weeks
Fix some common typos in comments- s/configuraiton/configuration/- s/specifed/specified/- s/compatiblity/compatibility/MFC after: 5 days
arm64: Add Soc audio frameworkThis framework is initial implementation of the simple-audio-card compatibleaudio driver framework. It provides glue for CPU/codec/aux device.Differential Revision:
arm64: Add Soc audio frameworkThis framework is initial implementation of the simple-audio-card compatibleaudio driver framework. It provides glue for CPU/codec/aux device.Differential Revision: https://reviews.freebsd.org/D27830