summaryrefslogtreecommitdiff
path: root/sound/pci/hda/cs35l41_hda_property.h
blob: fd834042e2fd8c9ffbc84eac90453ab8aca5af03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0
 *
 * CS35L41 ALSA HDA Property driver
 *
 * Copyright 2023 Cirrus Logic, Inc.
 *
 * Author: Stefan Binding <sbinding@opensource.cirrus.com>
 */

#ifndef CS35L41_HDA_PROP_H
#define CS35L41_HDA_PROP_H

#include <linux/device.h>
#include "cs35l41_hda.h"

int cs35l41_add_dsd_properties(struct cs35l41_hda *cs35l41, struct device *physdev, int id,
			       const char *hid);
#endif /* CS35L41_HDA_PROP_H */