1. 20 Oct, 2015 12 commits
  2. 19 Oct, 2015 17 commits
  3. 18 Oct, 2015 2 commits
  4. 17 Oct, 2015 5 commits
  5. 16 Oct, 2015 2 commits
  6. 15 Oct, 2015 2 commits
    • Takashi Iwai's avatar
      ALSA: hda - Update mixer name for the lower codec address · 7fbe824a
      Takashi Iwai authored
      In most cases, we prefer the onboard codec as the primary device, thus
      it's better to set it as the mixer name.  Currently, however, the
      mixer name is updated per the device instantiation order, and user
      gets often HDMI/DP or other seen as a mixer chip name.  Also, if a
      codec name is renamed by the driver, the old chip name might be left
      still as the mixer name.
      
      This patch addresses these issues by remembering the chip address that
      was referred as the mixer name.  When a codec with the same or lower
      address gives its name, renew the mixer name accordingly, as it's
      either the update of the codec name or we get likely the more
      appropriate chip as the reference.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      7fbe824a
    • Takashi Iwai's avatar
      ALSA: hda - consolidate chip rename functions · ded255be
      Takashi Iwai authored
      A few multiple codec drivers do renaming the chip_name string but all
      these are open-coded and some of them have even no error check.  Let's
      make common helpers to do it properly.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      ded255be