summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - introduce snd_hda_codec_update_cache()Takashi Iwai2010-03-301-12/+56
* ALSA: hda - Report errors when invalid values are passed to snd_hda_amp_*()Takashi Iwai2010-03-291-0/+5
* ALSA: hda - Take internal mic as Front MicKailang Yang2010-03-191-1/+2
* ALSA: hda - Add an error message for invalid mapping NIDTakashi Iwai2010-03-151-1/+3
* ALSA: sound/pci/hda/hda_codec.c: various coding style fixesNorberto Lopes2010-03-021-31/+38
* ALSA: hda - remove unnecessary msleep on power state transitionsZhang, Rui2010-02-241-2/+2
* ALSA: hda - Define max number of PCM devices in hda_codec.hTakashi Iwai2010-01-281-0/+2
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2010-01-191-4/+6
|\
| * ALSA: hda - Disable tigger at pin-sensing on AD codecsTakashi Iwai2009-12-251-4/+6
* | ALSA: hda - Add sanity check for storing the user-defined pin configsTakashi Iwai2009-12-271-0/+3
* | ALSA: hda - Add snd_hda_shutup_pins() helper functionTakashi Iwai2009-12-271-0/+19
* | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-12-251-5/+5
|\|
| * ALSA: hda - Set mixer name after codec patchTakashi Iwai2009-12-231-5/+5
* | ALSA: hda - Fix NID association for capture mixersTakashi Iwai2009-12-231-26/+0Star
* | ALSA: hda - simplify usage of HDA_SUBDEV_AMP_FLAGJaroslav Kysela2009-12-151-2/+5
* | ALSA: hda - introduce HDA_SUBDEV_AMP_FLAG (ControlAmp in proc)Jaroslav Kysela2009-12-151-5/+9
* | ALSA: hda - add more NID->Control mappingJaroslav Kysela2009-12-151-2/+62
|/
* ALSA: hda - introduce snd_hda_jack_detect() and snd_hda_pin_sense()Wu Fengguang2009-11-181-0/+34
* ALSA: hda - Fix build errors with CONFIG_SND_HDA_INPUT_BEEP=nTakashi Iwai2009-11-161-0/+2
* ALSA: hda - Update / add kerneldoc comments to exported functionsTakashi Iwai2009-11-161-41/+391
* ALSA: hda - Get rid of magic digits for subdev hackTakashi Iwai2009-11-161-1/+1
* ALSA: hda - proc - add support for dynamic controls to mixer<->NID mappingJaroslav Kysela2009-11-161-1/+6
* ALSA: hda - proc - introduce Control: lines to show mixer<->NID assignmentJaroslav Kysela2009-11-161-15/+17
* ALSA: hda_intel: Digital PC Beep - change behaviour for input layerJaroslav Kysela2009-11-161-0/+12
* ALSA: hda - Add power on/off counterTakashi Iwai2009-11-111-0/+16
* ALSA: hda - Add missing export for snd_hda_bus_reboot_notifyTakashi Iwai2009-11-101-0/+1
* ALSA: hda - proc - show which I/O NID is associated to PCM deviceJaroslav Kysela2009-11-101-4/+5
* ALSA: hda - Add reboot notifier to each codecTakashi Iwai2009-11-101-0/+17
* ALSA: hda - allow up to 4 HDMI devicesWu Fengguang2009-10-301-1/+1
* ALSA: hda - vectorize get_empty_pcm_device()Wu Fengguang2009-10-301-33/+16Star
* ALSA: hda - Fix obsolete CONFIG_SND_DEBUG_DETECTTakashi Iwai2009-09-021-1/+1
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-08-031-1/+1
|\
| * ALSA: hda: track CIRB/CORB command/response states for each codecWu Fengguang2009-08-031-1/+1
* | Merge branch 'topic/hda-cirrus' into topic/hdaTakashi Iwai2009-07-301-0/+1
|\ \
| * | ALSA: hda - Add Cirrus Logic CS420x supportTakashi Iwai2009-07-011-0/+1
* | | ALSA: hda - Add exception for volume-knob in snd_hda_get_connections()Takashi Iwai2009-07-271-1/+4
* | | ALSA: hda - Introduce get_wcaps_type() macroTakashi Iwai2009-07-271-6/+3Star
* | | ALSA: hda-intel: Cleanups for widget connection list handlingJaroslav Kysela2009-07-221-0/+6
* | | ALSA: hda - Reduce click noise at power-savingTakashi Iwai2009-07-221-2/+7
* | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-07-191-0/+6
|\ \ \ | | |/ | |/|
| * | ALSA: hda_codec: Check for invalid zero connectionsJaroslav Kysela2009-07-191-0/+6
* | | ALSA: hda - Fix the previous sanity check in make_codec_cmd()Takashi Iwai2009-07-171-2/+2
* | | ALSA: hda - add bounds checking for the codec command fieldsWu Fengguang2009-07-171-1/+11
* | | ALSA: hda - Check codec errors in snd_hda_get_connections()Takashi Iwai2009-07-101-1/+6
* | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-07-041-4/+10
|\| |
| * | ALSA: hda - Avoid invalid formats and rates with shared SPDIFTakashi Iwai2009-07-031-4/+10
* | | ALSA: hda - Don't override maxbps for FLOAT sharing with linear formatsTakashi Iwai2009-07-031-2/+3
| |/ |/|
* | ALSA: hda - Allow FLOAT PCM formatTakashi Iwai2009-07-011-3/+3
* | ALSA: hda - Don't call snd_hda_codec_configure in snd_hda_codec_new()Takashi Iwai2009-06-241-6/+2Star
|/
* ALSA: hda - Fix memory leak at codec creationTakashi Iwai2009-06-171-2/+0Star