Age | Commit message (Expand) | Author | Files | Lines |
2018-02-12 | ALSA: hda: Make use of core codec functions to sync power state | Abhijeet Kumar | 1 | -1/+5 |
2017-05-17 | ALSA: hda - Remove the generic bind ctl helpers | Takashi Iwai | 1 | -44/+0 |
2017-05-17 | ALSA: hda - Move bind-mixer switch codes to generic parser | Takashi Iwai | 1 | -17/+0 |
2015-10-08 | ALSA: hda: make use of core codec fns | Vinod Koul | 1 | -6/+1 |
2015-06-12 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -2/+2 |
2015-06-11 | ALSA: hda - Re-add the lost fake mute support | Takashi Iwai | 1 | -2/+2 |
2015-05-27 | ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS | Jie Yang | 1 | -2/+2 |
2015-03-23 | ALSA: hda - Use regmap for parameter caches, too | Takashi Iwai | 1 | -3/+35 |
2015-03-23 | ALSA: hda - Use regmap for amp accesses | Takashi Iwai | 1 | -6/+4 |
2015-03-23 | ALSA: hda - Fix possible runtime PM refcount unbalance | Takashi Iwai | 1 | -0/+1 |
2015-03-23 | ALSA: hda - Move a part of hda_codec stuff into hdac_device | Takashi Iwai | 1 | -6/+9 |
2015-03-03 | ALSA: hda - Implement unbind more safely | Takashi Iwai | 1 | -0/+1 |
2015-02-26 | ALSA: hda - Remove channel mode helper functions | Takashi Iwai | 1 | -23/+0 |
2015-02-23 | ALSA: hda - Bind codecs via standard bus | Takashi Iwai | 1 | -10/+8 |
2015-02-17 | ALSA: hda - Embed struct hda_bus_unsolicited into struct hda_bus | Takashi Iwai | 1 | -17/+0 |
2014-10-24 | ALSA: hda - Add missing terminating entry to SND_HDA_PIN_QUIRK macro | David Henningsson | 1 | -2/+2 |
2014-09-23 | ALSA: hda - Move the function "check_amp_caps" to hda_codec.c | David Henningsson | 1 | -0/+8 |
2014-08-19 | ALSA: hda - Remove obsoleted snd_hda_check_board_config() & co | Takashi Iwai | 1 | -6/+0 |
2014-07-22 | ALSA: hda - Refactor quirk picking and change quirk priority | David Henningsson | 1 | -0/+2 |
2014-06-26 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -0/+21 |
2014-06-25 | ALSA: hda - Kill the rest of snd_print*() usages | Takashi Iwai | 1 | -1/+2 |
2014-06-25 | ALSA: hda - Kill snd_printd*() in HDMI debug / info prints | Takashi Iwai | 1 | -2/+2 |
2014-06-24 | ALSA: hda - Make a SND_HDA_PIN_QUIRK macro | David Henningsson | 1 | -0/+21 |
2014-05-26 | ALSA: hda - Add a new quirk match based on default pin configuration | David Henningsson | 1 | -0/+14 |
2014-02-25 | ALSA: hda - Replace with standard printk | Takashi Iwai | 1 | -0/+7 |
2014-02-25 | ALSA: hda - Add sysfs to codec object, too | Takashi Iwai | 1 | -0/+5 |
2014-02-25 | ALSA: Create sysfs attribute files via groups | Takashi Iwai | 1 | -18/+0 |
2013-11-26 | ALSA: hda - Bind with HDMI codec parser automatically | Takashi Iwai | 1 | -0/+1 |
2013-11-26 | ALSA: hda - Split the generic parser as an individual module | Takashi Iwai | 1 | -7/+0 |
2013-10-24 | ALSA: hda - hdmi: Add ELD emulation for ATI/AMD codecs | Anssi Hannula | 1 | -0/+4 |
2013-10-17 | ALSA: hda - Move mutex from hda_eld to per_pin in HDMI codec driver | Takashi Iwai | 1 | -18/+4 |
2013-10-17 | ALSA: hda - add HDA_FIXUP_ACT_FREE action | David Henningsson | 1 | -0/+1 |
2013-06-19 | ALSA: hda - Fix missing Mic Boost controls for VIA codecs | Takashi Iwai | 1 | -0/+8 |
2013-06-18 | ALSA: hda - Fix return value of snd_hda_check_power_state() | Takashi Iwai | 1 | -1/+1 |
2013-03-13 | ALSA: hda - Don't apply EAPD power filter as default | Takashi Iwai | 1 | -0/+4 |
2013-02-19 | ALSA: hda - hdmi: Protect ELD buffer | David Henningsson | 1 | -0/+1 |
2013-02-19 | ALSA: hda - hdmi: Refactor hdmi_eld into parsed_hdmi_eld | David Henningsson | 1 | -10/+17 |
2013-01-24 | ALSA: hda - Add snd_hda_check_power_state() helper function | Takashi Iwai | 1 | -0/+13 |
2013-01-23 | ALSA: hda - Add chained_before flag to the fixup entry | Takashi Iwai | 1 | -1/+2 |
2013-01-22 | ALSA: hda - Combine snd_hda_codec_flush_*_cache() to a single function | Takashi Iwai | 1 | -4/+0 |
2013-01-12 | ALSA: hda - Add snd_hda_get_int_hint() helper function | Takashi Iwai | 1 | -0/+7 |
2013-01-12 | ALSA: hda - Add a new fixup type to override pinctl values | Takashi Iwai | 1 | -0/+1 |
2013-01-12 | ALSA: hda - More strict correction of invalid pinctl bits | Takashi Iwai | 1 | -0/+2 |
2013-01-12 | ALSA: hda - Add helper functions to cache the current pinctl target | Takashi Iwai | 1 | -0/+4 |
2013-01-12 | ALSA: hda - Add snd_hda_codec_flush_*_cache() aliases | Takashi Iwai | 1 | -0/+4 |
2013-01-12 | ALSA: hda - Move fixup code into struct hda_codec | Takashi Iwai | 1 | -0/+53 |
2013-01-12 | ALSA: hda/realtek - Add path active flag | Takashi Iwai | 1 | -1/+2 |
2013-01-12 | ALSA: hda - Introduce snd_hda_codec_amp_init*() | Takashi Iwai | 1 | -0/+4 |
2013-01-12 | ALSA: hda - Introduce cache & flush cmd / amp writes | Takashi Iwai | 1 | -2/+0 |
2012-11-30 | ALSA: hda - Add a helper function for simple enum kcontrols | Takashi Iwai | 1 | -0/+9 |