1. 04 8月, 2015 1 次提交
  2. 17 7月, 2015 1 次提交
  3. 19 6月, 2015 1 次提交
    • R
      ASoC: wm_adsp: Move DSP Rate controls into the codec · 336d0442
      Richard Fitzgerald 提交于
      The rate controls are codec-specific, it's not possible to
      generically say what the range or the meaning of each control
      is (or even if they exist at all) - that depends on the
      particular codec.
      
      This is currently being handled for Arizona codecs by putting
      an Arizona-specific table of controls inside the wm_adsp driver.
      This creates a dependency between wm_adsp and arizona.c, and is an
      awkward solution if the ADSP is used in another family of codecs
      
      Fix this by moving the Arizona-specific rate controls into the
      Arizona codec drivers.
      Signed-off-by: NRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      336d0442
  4. 18 6月, 2015 1 次提交
  5. 16 6月, 2015 1 次提交
    • M
      ASoC: rt5645: move RT5650 muxes to rt5650_specific_dapm_widgets · 851b81e8
      Michele Curti 提交于
      Developing a driver for an Asus X205TA laptop I get these dmesg
      errors:
      
       rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC1 Swap Mux has no paths
       rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC2 Swap Mux has no paths
       rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC3 Swap Mux has no paths
       rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC Mux has no paths
       rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC1 L Mux has no paths
       rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC1 R Mux has no paths
       rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC2 L Mux has no paths
       rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC2 R Mux has no paths
      
      so, move these muxes to the rt5650_specific_dapm_widgets[] list.
      Signed-off-by: NMichele Curti <michele.curti@gmail.com>
      Signed-off-by: NOder Chiou <oder_chiou@realtek.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      851b81e8
  6. 15 6月, 2015 4 次提交
  7. 13 6月, 2015 1 次提交
  8. 12 6月, 2015 4 次提交
  9. 11 6月, 2015 7 次提交
  10. 09 6月, 2015 9 次提交
  11. 06 6月, 2015 10 次提交