|
@@ -11,6 +11,7 @@
|
|
|
#include <linux/pm_runtime.h>
|
|
|
#include <linux/timecounter.h>
|
|
|
#include <sound/core.h>
|
|
|
+#include <sound/pcm.h>
|
|
|
#include <sound/memalloc.h>
|
|
|
#include <sound/hda_verbs.h>
|
|
|
#include <drm/i915_component.h>
|
|
@@ -133,7 +134,7 @@ int snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid,
|
|
|
hda_nid_t *start_id);
|
|
|
unsigned int snd_hdac_calc_stream_format(unsigned int rate,
|
|
|
unsigned int channels,
|
|
|
- unsigned int format,
|
|
|
+ snd_pcm_format_t format,
|
|
|
unsigned int maxbps,
|
|
|
unsigned short spdif_ctls);
|
|
|
int snd_hdac_query_supported_pcm(struct hdac_device *codec, hda_nid_t nid,
|