History log of /src/sys/dev/sound/pcm/buffer.h (Results 1 – 25 of 120)
Revision Date Author Comments
# 4e2bf54d 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Add to pcm/buffer.* copyright

Sponsored by: The FreeBSD Foundation
MFC after: 1 week


# 78c5026a 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Get rid of useless sndbuf getters and setters

No functional change intended.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D53528


# 06eb65e1 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Retire unused sndbuf_getflags() and sndbuf_setflags()

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D53525


# 6d6eb25d 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Retire unused sndbuf_dump()

Fixes: e4e61333ffa4e90360de2dd1e4e0146f7cbf0afb
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj, emaste
Differential Revision: https://r

sound: Retire unused sndbuf_dump()

Fixes: e4e61333ffa4e90360de2dd1e4e0146f7cbf0afb
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj, emaste
Differential Revision: https://reviews.freebsd.org/D53522

show more ...


# d159b023 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Define SNDBUF_F_MANAGED as 0x00000001

It's the only flag anyway.

No functional change intended.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj, emaste
Differentia

sound: Define SNDBUF_F_MANAGED as 0x00000001

It's the only flag anyway.

No functional change intended.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj, emaste
Differential Revision: https://reviews.freebsd.org/D53521

show more ...


# 482d0d97 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Re-arrange sndbuf_create() arguments

Since we always use the channel name as the "drv" argument, we can just
get rid of it and fetch it in sndbuf_create(). Also, put the "channel"
argument fi

sound: Re-arrange sndbuf_create() arguments

Since we always use the channel name as the "drv" argument, we can just
get rid of it and fetch it in sndbuf_create(). Also, put the "channel"
argument first, as it is more intuitive.

No functional change intended.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D53520

show more ...


# 55540ebc 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Retire snd_dbuf->dev

Redundant, and if we at some point really need this, we can fetch it
from snd_dbuf->channel->dev.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: mar

sound: Retire snd_dbuf->dev

Redundant, and if we at some point really need this, we can fetch it
from snd_dbuf->channel->dev.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D53519

show more ...


# 3ba4e3d3 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Retire unused snd_dbuf->dir

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D53518


# 6524d2a5 25-Feb-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Remove SNDBUF_LOCKASSERT()

It's a no-op. There is no lock associated with the buffer.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: dev_submerge.ch, markj
Differential

sound: Remove SNDBUF_LOCKASSERT()

It's a no-op. There is no lock associated with the buffer.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: dev_submerge.ch, markj
Differential Revision: https://reviews.freebsd.org/D48008

show more ...


# 95ee2897 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

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

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

show more ...


# 9054e296 18-Mar-2022 Ed Maste <emaste@FreeBSD.org>

Retire ISA sound card DMA support

As all ISA sound card drivers have been removed sndbuf_dma no longer
serves any purpose.

Reviewed by: mav
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Diffe

Retire ISA sound card DMA support

As all ISA sound card drivers have been removed sndbuf_dma no longer
serves any purpose.

Reviewed by: mav
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34671

show more ...


# 4e2bf54d 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Add to pcm/buffer.* copyright

Sponsored by: The FreeBSD Foundation
MFC after: 1 week


# 78c5026a 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Get rid of useless sndbuf getters and setters

No functional change intended.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D53528


# 06eb65e1 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Retire unused sndbuf_getflags() and sndbuf_setflags()

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D53525


# 6d6eb25d 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Retire unused sndbuf_dump()

Fixes: e4e61333ffa4e90360de2dd1e4e0146f7cbf0afb
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj, emaste
Differential Revision: https://r

sound: Retire unused sndbuf_dump()

Fixes: e4e61333ffa4e90360de2dd1e4e0146f7cbf0afb
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj, emaste
Differential Revision: https://reviews.freebsd.org/D53522

show more ...


# d159b023 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Define SNDBUF_F_MANAGED as 0x00000001

It's the only flag anyway.

No functional change intended.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj, emaste
Differentia

sound: Define SNDBUF_F_MANAGED as 0x00000001

It's the only flag anyway.

No functional change intended.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj, emaste
Differential Revision: https://reviews.freebsd.org/D53521

show more ...


# 482d0d97 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Re-arrange sndbuf_create() arguments

Since we always use the channel name as the "drv" argument, we can just
get rid of it and fetch it in sndbuf_create(). Also, put the "channel"
argument fi

sound: Re-arrange sndbuf_create() arguments

Since we always use the channel name as the "drv" argument, we can just
get rid of it and fetch it in sndbuf_create(). Also, put the "channel"
argument first, as it is more intuitive.

No functional change intended.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D53520

show more ...


# 55540ebc 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Retire snd_dbuf->dev

Redundant, and if we at some point really need this, we can fetch it
from snd_dbuf->channel->dev.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: mar

sound: Retire snd_dbuf->dev

Redundant, and if we at some point really need this, we can fetch it
from snd_dbuf->channel->dev.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D53519

show more ...


# 3ba4e3d3 11-Nov-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Retire unused snd_dbuf->dir

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D53518


# 6524d2a5 25-Feb-2025 Christos Margiolis <christos@FreeBSD.org>

sound: Remove SNDBUF_LOCKASSERT()

It's a no-op. There is no lock associated with the buffer.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: dev_submerge.ch, markj
Differential

sound: Remove SNDBUF_LOCKASSERT()

It's a no-op. There is no lock associated with the buffer.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: dev_submerge.ch, markj
Differential Revision: https://reviews.freebsd.org/D48008

show more ...


# 95ee2897 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

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

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

show more ...


# 9054e296 18-Mar-2022 Ed Maste <emaste@FreeBSD.org>

Retire ISA sound card DMA support

As all ISA sound card drivers have been removed sndbuf_dma no longer
serves any purpose.

Reviewed by: mav
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Diffe

Retire ISA sound card DMA support

As all ISA sound card drivers have been removed sndbuf_dma no longer
serves any purpose.

Reviewed by: mav
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34671

show more ...


# 718cf2cc 27-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

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

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.

show more ...


12345