“20d68051f4507a681654c401e7e79f8c8869b58d”上不存在“src/operators/fusion_fc_int8_op.h”
提交 5b266354 编写于 作者: A Adrian Knoth 提交者: Takashi Iwai

ALSA: hdspm - Add prototype declarations

This patch only introduces prototype declarations, no real change. The
functions themselves are already present.
Signed-off-by: NAdrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 d3c36ed8
...@@ -1017,6 +1017,17 @@ static void hdspm_set_sgbuf(struct hdspm *hdspm, ...@@ -1017,6 +1017,17 @@ static void hdspm_set_sgbuf(struct hdspm *hdspm,
struct snd_pcm_substream *substream, struct snd_pcm_substream *substream,
unsigned int reg, int channels); unsigned int reg, int channels);
static int hdspm_aes_sync_check(struct hdspm *hdspm, int idx);
static int hdspm_wc_sync_check(struct hdspm *hdspm);
static int hdspm_tco_sync_check(struct hdspm *hdspm);
static int hdspm_sync_in_sync_check(struct hdspm *hdspm);
static int hdspm_get_aes_sample_rate(struct hdspm *hdspm, int index);
static int hdspm_get_tco_sample_rate(struct hdspm *hdspm);
static int hdspm_get_wc_sample_rate(struct hdspm *hdspm);
static inline int HDSPM_bit2freq(int n) static inline int HDSPM_bit2freq(int n)
{ {
static const int bit2freq_tab[] = { static const int bit2freq_tab[] = {
...@@ -1152,10 +1163,7 @@ static int hdspm_rate_multiplier(struct hdspm *hdspm, int rate) ...@@ -1152,10 +1163,7 @@ static int hdspm_rate_multiplier(struct hdspm *hdspm, int rate)
return rate; return rate;
} }
static int hdspm_tco_sync_check(struct hdspm *hdspm); /* check for external sample rate, returns the sample rate in Hz*/
static int hdspm_sync_in_sync_check(struct hdspm *hdspm);
/* check for external sample rate */
static int hdspm_external_sample_rate(struct hdspm *hdspm) static int hdspm_external_sample_rate(struct hdspm *hdspm)
{ {
unsigned int status, status2, timecode; unsigned int status, status2, timecode;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册