mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
Use SPDX license GPL-V2.0 format and change Nvidia copyright year to include 2023. Bug 4078035 Change-Id: I6ba874843e12f3f6df21de4e937fbd3c795c72ae Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2892620 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
12 lines
438 B
C
12 lines
438 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/* Copyright (c) 2016-2023 NVIDIA CORPORATION. All rights reserved. */
|
|
|
|
#ifndef __TEGRA_ISOMGR_BW_H__
|
|
#define __TEGRA_ISOMGR_BW_H__
|
|
void tegra_isomgr_adma_register(struct device *dev);
|
|
void tegra_isomgr_adma_unregister(struct device *dev);
|
|
void tegra_isomgr_adma_setbw(struct snd_pcm_substream *substream,
|
|
bool is_running);
|
|
void tegra_isomgr_adma_renegotiate(void *p, u32 avail_bw);
|
|
#endif
|