miss 4 channels, set clock fixed
This commit is contained in:
parent
51fbe557f3
commit
0aae7a6ea6
3 changed files with 3 additions and 2 deletions
3
ac108.c
3
ac108.c
|
@ -848,7 +848,8 @@ static int ac108_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_h
|
|||
static int ac108_set_sysclk(struct snd_soc_dai *dai, int clk_id, unsigned int freq, int dir) {
|
||||
|
||||
struct ac108_priv *ac108 = snd_soc_dai_get_drvdata(dai);
|
||||
|
||||
freq = 24000000;
|
||||
clk_id = SYSCLK_SRC_PLL;
|
||||
pr_info("%s :%d\n", __FUNCTION__, freq);
|
||||
switch (clk_id) {
|
||||
case SYSCLK_SRC_MCLK:
|
||||
|
|
|
@ -277,7 +277,7 @@ state.seeed4micvoicec {
|
|||
control.15 {
|
||||
iface MIXER
|
||||
name 'Tx1 Channels'
|
||||
value '1 channels '
|
||||
value '4 channels '
|
||||
comment {
|
||||
access 'read write'
|
||||
type ENUMERATED
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue