summaryrefslogtreecommitdiff
path: root/sound/pci/hda
Commit message (Expand)AuthorAgeFilesLines
...
| * | ALSA: hda - Fix channel maps for Nvidia 7x 8ch HDMI codecsTakashi Iwai2012-09-061-0/+39
| * | ALSA: hda - Provide the proper channel mapping for generic HDMI driverTakashi Iwai2012-09-061-5/+303
| * | ALSA: hda - Add standard channel mapsTakashi Iwai2012-09-063-0/+39
* | | ALSA: hda - Add mic-mute LED control for HP laptopTakashi Iwai2012-09-141-10/+74
* | | ALSA: hda - Allow to pass position_fix=0 explicitlyTakashi Iwai2012-09-131-2/+3
* | | ALSA: hda - Fix disordered enum definitions in patch_cirrus.cTakashi Iwai2012-09-131-2/+3
* | | ALSA: hda - Add support for MacBook Pro 10,1Takashi Iwai2012-09-111-0/+31
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2012-09-113-2/+3
|\ \ \ | | |/ | |/|
| * | ALSA: hda_intel: add position_fix quirk for Asus K53ECatalin Iacob2012-09-111-0/+1
| * | ALSA: hda - Fix Oops at codec reset/reconfigTakashi Iwai2012-09-101-1/+1
| * | ALSA: hda - Fix missing Master volume for STAC9200/925xTakashi Iwai2012-09-061-1/+1
* | | ALSA: hda - Replace with the generic fixup codes in patch_cirrus.cTakashi Iwai2012-09-111-90/+103
* | | ALSA: hda - Check bit mask for codec SSID in snd_hda_pick_fixup()Takashi Iwai2012-09-111-1/+2
* | | ALSA: hda - Avoid BDL position workaround when no_period_wakeup is setTakashi Iwai2012-09-111-5/+7
* | | ALSA: hda - Remove ignore_misc_bitDavid Henningsson2012-09-073-8/+2
| |/ |/|
* | ALSA: hda - Move non-PCM check to per_pin in patch_hdmi.cTakashi Iwai2012-09-061-21/+25
* | ALSA: hda - fix control names for multiple speaker out on IDT/STACDavid Henningsson2012-09-061-3/+6
* | ALSA: HDMI - Setup channel mapping for non_pcm audioWang Xingchao2012-09-061-0/+5
* | ALSA: HDMI - Enable HBR feature on Intel chipsWang Xingchao2012-09-061-4/+32
* | ALSA: HDMI - Fix channel_allocation array wrong orderWang Xingchao2012-09-061-1/+14
* | ALSA: hda - Clean up redundant FG checksTakashi Iwai2012-08-311-18/+12
* | ALSA: hda - Yet another fix for D3 stop-clock refcountingTakashi Iwai2012-08-312-20/+23
* | ALSA: hda - Optimize bitfield usage in struct hda_codecTakashi Iwai2012-08-301-3/+2
* | ALSA: hda - Clean up CONFIG_SND_HDA_POWER_SAVETakashi Iwai2012-08-3013-80/+59
* | ALSA: hda - Fix D3 clock stop check for codecs with own set_power_state opTakashi Iwai2012-08-301-24/+37
* | ALSA: hda - Fix runtime PM leftover refcountsTakashi Iwai2012-08-303-22/+20
* | Merge branch 'for-linus' into for-nextTakashi Iwai2012-08-283-2/+9
|\ \ | |/
| * ALSA: hda - Don't trust codec EPSS bit for IDT 92HD83xx & coTakashi Iwai2012-08-281-0/+1
| * ALSA: hda - Avoid unnecessary parameter read for EPSSTakashi Iwai2012-08-282-2/+9
| * ALSA: hda - Do not set GPIOs for speakers on IDT if there are no speakersDavid Henningsson2012-08-221-0/+3
* | ALSA: hda - Make clear built-in driver optimizationTakashi Iwai2012-08-281-1/+1
* | ALSA: hda - bug fix on references without checking CONFIG_SND_HDA_POWER_SAVEMengdong Lin2012-08-242-0/+8
* | ALSA: hda - add runtime PM supportMengdong Lin2012-08-233-20/+87
* | ALSA: hda - Call snd_hda_jack_report_sync() generically in hda_codec.cTakashi Iwai2012-08-227-10/+2
* | Merge branch 'for-linus' into for-nextTakashi Iwai2012-08-207-158/+142
|\ \ | |/
| * ALSA: hda - Fix leftover codec->power_transitionTakashi Iwai2012-08-201-0/+2
| * Merge branch 'topic/ca0132-fix' into for-linusTakashi Iwai2012-08-203-145/+99
| |\
| | * ALSA: hda - don't create dysfunctional mixer controls for ca0132David Henningsson2012-08-201-0/+8
| | * ALSA: hda - Add missing SPDIF I/O setup for CA0132Takashi Iwai2012-08-081-6/+14
| | * ALSA: hda - Use the standard PCM ops for CA0132Takashi Iwai2012-08-081-113/+29
| | * ALSA: hda - Fix superfluous "-in" suffix from CA0132 capture itemsTakashi Iwai2012-08-081-2/+2
| | * ALSA: hda - Add codec->pcm_format_first flagTakashi Iwai2012-08-082-24/+46
| * | ALSA: hda - Don't send invalid volume knob command on IDT 92hd75bxxDavid Henningsson2012-08-161-4/+5
| * | ALSA: hda - Fix 'Beep Playback Switch' with no underlying mute switchDavid Henningsson2012-08-141-2/+11
| * | ALSA: hda - fix Copyright debug messageWang Xingchao2012-08-131-1/+1
| * | ALSA : hda - bug fix on checking the supported power states of a codecMengdong Lin2012-08-101-1/+1
| * | ALSA: hda - Fix panned "Beep Playback Switch"David Henningsson2012-08-101-6/+14
| * | ALSA: hda_intel: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston2012-08-091-0/+9
* | | ALSA: hda - Add missing ifdef CONFIG_SND_HDA_POWER_SAVE to tracepointsTakashi Iwai2012-08-201-0/+2
* | | ALSA: hda - Check the power state when power_save option is changedTakashi Iwai2012-08-201-1/+57