summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-30ALSA: hda - Add inputs[] to auto_pin_cfg structTakashi Iwai1-11/+29
2010-08-20ALSA: hda - Fix stream and channel-ids codec-bus wideTakashi Iwai1-13/+20
2010-08-13ALSA: hda - Fix dynamic ADC change working againTakashi Iwai1-8/+18
2010-08-06ALSA: hda - Make converter setups stickyTakashi Iwai1-8/+142
2010-08-05Merge branch 'topic/misc' into for-linusTakashi Iwai1-4/+6
2010-08-03ALSA: hda - Define AC_FMT_* constantsTakashi Iwai1-18/+23
2010-08-03ALSA: hda - Set Stream Type in Stream Format according to AES0Anssi Hannula1-1/+5
2010-07-30ALSA: hda - Make error messages more verboseTakashi Iwai1-3/+6
2010-07-26ALSA: hda - Fix max amp cap calculation for IDT/STAC codecsTakashi Iwai1-1/+2
2010-07-20ALSA: hda-intel - fix function_id rework (add missing bitmask)Jaroslav Kysela1-1/+1
2010-07-19ALSA: hda-intel - do not mix audio and modem function IDsJaroslav Kysela1-3/+5
2010-07-09Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-0/+27
2010-07-09ALSA: hda - Limit the amp value to writeTakashi Iwai1-11/+21
2010-07-09ALSA: hda - Restore cleared pin controls on resumeTakashi Iwai1-0/+27
2010-03-30ALSA: hda - introduce snd_hda_codec_update_cache()Takashi Iwai1-12/+56
2010-03-29ALSA: hda - Report errors when invalid values are passed to snd_hda_amp_*()Takashi Iwai1-0/+5
2010-03-19ALSA: hda - Take internal mic as Front MicKailang Yang1-1/+2