1. 06 Jul, 2015 1 commit
  2. 01 Jul, 2015 1 commit
  3. 29 Jun, 2015 4 commits
  4. 27 Jun, 2015 1 commit
  5. 26 Jun, 2015 2 commits
  6. 25 Jun, 2015 3 commits
  7. 23 Jun, 2015 1 commit
    • Takashi Iwai's avatar
      ALSA: pcm: Fix pcm_class sysfs output · 60b93030
      Takashi Iwai authored
      The pcm_class sysfs of each PCM substream gives only "none" since the
      recent code change to embed the struct device.  Fix the code to point
      directly to the embedded device object properly.
      
      Fixes: ef46c7af ('ALSA: pcm: Embed struct device')
      Cc: <stable@vger.kernel.org> # v4.0+
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      60b93030
  8. 22 Jun, 2015 25 commits
  9. 20 Jun, 2015 1 commit
  10. 19 Jun, 2015 1 commit
    • Richard Fitzgerald's avatar
      ASoC: wm_adsp: Move DSP Rate controls into the codec · 336d0442
      Richard Fitzgerald authored
      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: default avatarRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      336d0442