summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-22ALSA: hda - force use of SSYNC bitsPierre-Louis Bossart1-20/+16
2012-09-22ALSA: hda/via - don't report presence on HPs with no presence supportHerton Ronaldo Krzesinski1-1/+2
2012-09-21ALSA: hda - Add external mic quirk for Asus Zenbook UX31AOleksij Rempel1-0/+1
2012-09-20ALSA: hda - use both input paths on Conexant auto parserDavid Henningsson1-4/+16
2012-09-20ALSA: usb - disable broken hw volume for Tenx TP6911David Henningsson1-0/+7
2012-09-19ALSA: hda - avoid non-standard "Docking" name in mixersDavid Henningsson2-9/+9
2012-09-19ALSA: usb-audio: Avoid unnecessary EP setups in prepareTakashi Iwai3-3/+10
2012-09-19ALSA: usb-audio: Move configuration to prepare.Dylan Reid2-60/+76
2012-09-19ALSA: usb-audio: Don't require hw_params in endpoint.Dylan Reid3-17/+35
2012-09-19ALSA: usb-audio: set period_bytes in substream.Dylan Reid1-0/+2
2012-09-18ALSA: hda - limit internal mic boost for Asus X202EDavid Henningsson1-0/+29
2012-09-17ALSA: hda - Add another pci id for Haswell boardWang Xingchao1-0/+3
2012-09-17ALSA: Compress - add codec parameter checksVinod Koul2-0/+11
2012-09-17ALSA: compress - move the buffer checkVinod Koul1-4/+16
2012-09-15Merge branch 'topic/tlv-chmap' into for-nextTakashi Iwai22-36/+1091
2012-09-14ALSA: hda - Add mic-mute LED control for HP laptopTakashi Iwai1-10/+74
2012-09-14ALSA: compress_core: integer overflow in snd_compr_allocate_buffer()Dan Carpenter1-0/+4
2012-09-13ALSA: hda - Allow to pass position_fix=0 explicitlyTakashi Iwai2-4/+11
2012-09-13ALSA: Fix leftover chmap UNKNOWN -> MONO conversionsTakashi Iwai3-4/+4
2012-09-13ALSA: hda - Fix disordered enum definitions in patch_cirrus.cTakashi Iwai1-2/+3
2012-09-12ALSA: Define more channel map positionsTakashi Iwai3-9/+23
2012-09-12ALSA: ymfpci: Define channel mapsTakashi Iwai1-0/+18
2012-09-12ALSA: ens1370: Define channel mapsTakashi Iwai1-0/+28
2012-09-12ALSA: emu10k1x: Define channel mapsTakashi Iwai1-0/+21
2012-09-12ALSA: ca0106: Define channel mapsTakashi Iwai1-0/+28
2012-09-12ALSA: ens1370: Reduce ifdefsTakashi Iwai1-30/+8
2012-09-12ALSA: ctxfi: Fix mono channel map to UNKNOWNTakashi Iwai1-3/+3
2012-09-11ALSA: hda - Add support for MacBook Pro 10,1Takashi Iwai1-0/+31
2012-09-11Merge branch 'for-linus' into for-nextTakashi Iwai8-36/+78
2012-09-11ALSA: hda - Replace with the generic fixup codes in patch_cirrus.cTakashi Iwai1-90/+103
2012-09-11ALSA: hda - Check bit mask for codec SSID in snd_hda_pick_fixup()Takashi Iwai1-1/+2
2012-09-11ALSA: hda - Avoid BDL position workaround when no_period_wakeup is setTakashi Iwai1-5/+7
2012-09-11ALSA: hda_intel: add position_fix quirk for Asus K53ECatalin Iacob1-0/+1
2012-09-11ALSA: compress_core: fix open flags test in snd_compr_open()Dan Carpenter1-5/+3
2012-09-11ALSA: pcm - Use UNKNOWN chmap for mono streamsTakashi Iwai1-2/+2
2012-09-10ALSA: hda - Allow 3/5/7 channel map for HDMI/DPTakashi Iwai1-1/+1
2012-09-10ALSA: hda - Fix Oops at codec reset/reconfigTakashi Iwai1-1/+1
2012-09-07ALSA: hda - Remove ignore_misc_bitDavid Henningsson3-8/+2
2012-09-06ALSA: Follow channel position definitions to alsa-lib mixerTakashi Iwai2-14/+18
2012-09-06ALSA: Remove VOLATILE flag from chmap ctlsTakashi Iwai1-1/+0
2012-09-06ALSA: ctxfi: Implement channel mapsTakashi Iwai1-0/+50
2012-09-06ALSA: cmipci: Implement channel mappingTakashi Iwai1-0/+6
2012-09-06ALSA: Implement channel maps for standard onboard AC97 driversTakashi Iwai4-0/+59
2012-09-06ALSA: ac97: Implement channel map workaround for ALC650Takashi Iwai2-1/+26
2012-09-06ALSA: hda - Fix channel maps for Nvidia 7x 8ch HDMI codecsTakashi Iwai1-0/+39
2012-09-06ALSA: hda - Provide the proper channel mapping for generic HDMI driverTakashi Iwai1-5/+303
2012-09-06ALSA: hda - Add standard channel mapsTakashi Iwai3-0/+39
2012-09-06ALSA: Add a documentation for channel mapping APITakashi Iwai1-0/+144
2012-09-06ALSA: control: Fix missing VOLATILE flag at creating controlsTakashi Iwai1-0/+1
2012-09-06ALSA: PCM: channel mapping API implementationTakashi Iwai5-0/+305