1 // SPDX-License-Identifier: MIT
3 * Copyright (C) 2019 NVIDIA Corporation
6 #ifndef DRM_TEGRA_HDA_H
7 #define DRM_TEGRA_HDA_H 1
9 #include <linux/types.h>
11 struct tegra_hda_format
{
12 unsigned int sample_rate
;
13 unsigned int channels
;
18 void tegra_hda_parse_format(unsigned int format
, struct tegra_hda_format
*fmt
);