OSDN Git Service

Merge branch 'asoc-5.9' into asoc-5.10
authorMark Brown <broonie@kernel.org>
Mon, 21 Sep 2020 21:37:14 +0000 (22:37 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 21 Sep 2020 21:37:14 +0000 (22:37 +0100)
1  2 
sound/soc/codecs/rt700-sdw.c
sound/soc/codecs/rt711-sdw.c
sound/soc/codecs/tlv320aic32x4.c

Simple merge
Simple merge
@@@ -688,8 -665,7 +688,8 @@@ static int aic32x4_set_processing_block
  }
  
  static int aic32x4_setup_clocks(struct snd_soc_component *component,
-                               unsigned int sample_rate, unsigned int channel,
 -                              unsigned int sample_rate, unsigned int channels)
++                              unsigned int sample_rate, unsigned int channels,
 +                              unsigned int bit_depth)
  {
        u8 aosr;
        u16 dosr;
                                                        dosr);
  
                                                clk_set_rate(clocks[5].clk,
-                                                       sample_rate * channel *
 -                                                      sample_rate * 32 *
 -                                                      channels);
++                                                      sample_rate * channels *
 +                                                      bit_depth);
                                                return 0;
                                        }
                                }