1. 05 Feb, 2017 2 commits
    • Takashi Iwai's avatar
      ALSA: x86: Don't check connection in lowlevel accessors · 83af57dd
      Takashi Iwai authored
      The lowlevel register read/write don't have to be careful about the
      connection state.  It should be checked in the caller side instead.
      By dropping the check, we can simplify the code, and readability.
      
      This patch also refacors the functions slightly: namely,
      - drop the useless always-zero return values
      - fold the inline functions to the main accessor functions themselves
      - move the DP audio hack for AUD_CONFIG to the caller side
      - simplify snd_intelhad_eanble_audio() and drop the unused
        had_read_modify()
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      83af57dd
    • Takashi Iwai's avatar
      ALSA: x86: Explicit specify 32bit DMA · 412bbe7d
      Takashi Iwai authored
      LPE audio is capable only up to 32bit address, as it seems.
      Then we should limit the DMA addresses accordingly via dma-mapping
      API.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      412bbe7d
  2. 03 Feb, 2017 38 commits