1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright(c) 2015-18 Intel Corporation.
11 unsigned int format_val
[2];
14 struct hdac_hda_priv
{
15 struct hda_codec codec
;
16 struct hdac_hda_pcm pcm
[2];
19 #define hdac_to_hda_priv(_hdac) \
20 container_of(_hdac, struct hdac_hda_priv, codec.core)
21 #define hdac_to_hda_codec(_hdac) container_of(_hdac, struct hda_codec, core)
23 struct hdac_ext_bus_ops
*snd_soc_hdac_hda_get_ops(void);
25 #endif /* __HDAC_HDA_H__ */