summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-13ALSA: hda - Terminate the recursive connection search properlyTakashi Iwai1-1/+5
2011-07-26ALSA: hda - Allow codec-specific set_power_state opsTakashi Iwai1-41/+37
2011-07-26ALSA: hda - Add post_suspend patch opsTakashi Iwai1-10/+8
2011-07-26ALSA: hda - Make CONFIG_SND_HDA_POWER_SAVE depending on CONFIG_PMTakashi Iwai1-8/+8
2011-07-26ALSA: hda - Fix invalid mute led state on resume of IDT codecsVitaliy Kulikov1-0/+2
2011-07-22Merge branch 'topic/hda' into for-linusTakashi Iwai1-91/+262
2011-07-14ALSA: hda - Fix krealloc() replacement in hda_codec.cTakashi Iwai1-1/+2
2011-07-12ALSA: Use krealloc() in possible placesTakashi Iwai1-6/+3
2011-07-12ALSA: hda - Always read raw connections for proc outputTakashi Iwai1-6/+14
2011-07-12ALSA: hda - Add snd_hda_override_conn_list() helper functionTakashi Iwai1-30/+69
2011-06-29ALSA: hda - Create snd_hda_get_conn_index() helper functionTakashi Iwai1-5/+37
2011-06-25ALSA: hda - Add snd_hda_get_conn_list() helper functionTakashi Iwai1-24/+45
2011-06-24ALSA: hda - Add a workaround for invalid line-out setupsTakashi Iwai1-3/+12
2011-06-13ALSA: hda: check make_exec_verb() return valueGreg Thelen1-1/+2
2011-06-06ALSA: hda: HDMI: Support codecs with fewer cvts than pinsStephen Warren1-1/+2
2011-06-06ALSA: hda: Virtualize SPDIF out controlsStephen Warren1-16/+46
2011-06-06ALSA: hda: Allow multple SPDIF controls per codecStephen Warren1-25/+55
2011-05-26ALSA: hda - Use snd_printd() in snd_hda_parse_pin_def_config()Takashi Iwai1-1/+1
2011-05-19ALSA: HDA: Add jack detection for HDMIDavid Henningsson1-0/+2
2011-05-02ALSA: hda - Constify some API function argumentsTakashi Iwai1-7/+7
2011-05-02ALSA: hda - Constify some API function argumentsTakashi Iwai1-2/+3
2011-05-02Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-2/+2
2011-04-29ALSA: hda - Show the line-out type in snd_hda_parse_pin_def_config()Takashi Iwai1-2/+5
2011-04-26Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-0/+4
2011-04-21Merge branch 'fix/hda' into for-linusTakashi Iwai1-0/+4
2011-04-20ALSA: hda - Fix unused warnings when !SND_HDA_NEEDS_RESUMEMike Waychison1-0/+4
2011-04-15ALSA: hda - sound/pci/hda/hda_codec.c: fix warningAndrew Morton1-1/+1
2011-04-07ALSA: hda - Remember connection listsTakashi Iwai1-2/+67
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-03ALSA: hda - Make common input-jack helper functionsTakashi Iwai1-0/+105
2011-01-18ALSA: hda - consitify string arraysTakashi Iwai1-5/+5
2011-01-10ALSA: hda - Fix multi-headphone handling for Realtek codecsTakashi Iwai1-0/+3
2010-12-23ALSA: hda - Try to find an empty control index when it's occupiedTakashi Iwai1-23/+34
2010-10-25ALSA: hda - Disable sticky PCM stream assignment for AD codecsTakashi Iwai1-0/+3
2010-10-22ALSA: hda - Add workarounds for CT-IBG controllersTakashi Iwai1-1/+4
2010-10-17ALSA: tlv - Define numbers in sound/tlv.hTakashi Iwai1-1/+1
2010-10-17ALSA: HDA: Sigmatel: work around incorrect master mutingClemens Ladisch1-0/+3
2010-09-21ALSA: hda - Introduce hda_call_check_power_status() helperTakashi Iwai1-4/+1
2010-09-17ALSA: hda - Make snd_hda_get_input_pin_attr() helperTakashi Iwai1-37/+25
2010-09-17ALSA: hda - Fix mic attribute check for internal micsTakashi Iwai1-2/+5
2010-09-09ALSA: hda - Sort input pins in snd_hda_parse_pin_def_config()Takashi Iwai1-0/+19
2010-09-09ALSA: hda - Add comments to new helper functionsTakashi Iwai1-0/+23
2010-09-09ALSA: hda - Reduce redundant mic location prefix in input source labelsTakashi Iwai1-13/+77
2010-09-09ALSA: hda - Improve the input source name labelsTakashi Iwai1-16/+75
2010-09-09ALSA: hda - Remove AUTO_PIN_FRONT_{MIC|LINE}Takashi Iwai1-44/+6
2010-09-09ALSA: hda - Keep char arrays in input_mux itemsTakashi Iwai1-12/+6
2010-09-08ALSA: hda - Clear left-over hp_pins in snd_hda_parse_pin_def_config()Takashi Iwai1-0/+2
2010-09-08Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-1/+1
2010-09-08ALSA: hda - Fix wrong HP pin detection in snd_hda_parse_pin_def_config()Takashi Iwai1-1/+1
2010-08-30ALSA: hda - Add snd_hda_get_input_pin_label() helper functionTakashi Iwai1-1/+24