summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Make snd_hda_bus_type publicTakashi Iwai2015-03-239-40/+71
* Merge branch 'for-next' into topic/hda-coreTakashi Iwai2015-03-23150-5463/+3914
|\
| * ALSA: hda - Rename power_mgmt flag with power_save_nodeTakashi Iwai2015-03-204-26/+26
| * ALSA: hda - Fix power of pins used for mute LED with vrefsTakashi Iwai2015-03-203-7/+38
| * Merge branch 'topic/hda-power' into for-nextTakashi Iwai2015-03-209-802/+427
| |\
| | * ALSA: hda - Adjust power of beep widget and outputsTakashi Iwai2015-03-183-13/+86
| | * ALSA: hda - Use the new power control for VIA codecsTakashi Iwai2015-03-181-650/+12
| | * ALSA: hda - Support advanced power state controlsTakashi Iwai2015-03-185-48/+269
| | * ALSA: hda - Simplify PCM setup overridesTakashi Iwai2015-03-172-91/+60
| * | ALSA: aoa: constify of_device_id arrayFabian Frederick2015-03-191-1/+1
| * | ALSA: ice1724: ESI W192M: Add sampling rate control of the ADC/DACClément Guedez2015-03-181-0/+107
| * | ALSA: ice1724: ESI W192M: Add text Line in/Mic for selecting input gain stateClément Guedez2015-03-181-4/+10
| * | ALSA: ice1724: ESI W192M: Add TLV support for control value in dB scaleClément Guedez2015-03-181-2/+18
| * | ALSA: ice1724: ESI W192M: Enable midi i/o of port envy24 chip as availableClément Guedez2015-03-181-1/+2
| * | ALSA: ice1724: ESI W192M: Update eeprom structure to C99 standardClément Guedez2015-03-181-13/+13
| * | ALSA: ice1724: ESI W192M: Correct copy/paste from prodigy driverClément Guedez2015-03-181-2/+2
| |/
| * Merge branch 'topic/hda-unbind' into for-nextTakashi Iwai2015-03-1623-463/+418
| |\
| | * ALSA: hda - Use shutdown driver ops instead of reboot notifierTakashi Iwai2015-03-137-57/+36
| | * ALSA: hda - Release resources in device release callbackTakashi Iwai2015-03-031-28/+23
| | * ALSA: hda - Use standard workqueue for unsol and jack eventsTakashi Iwai2015-03-036-36/+14
| | * ALSA: hda - Build PCMs and controls at codec driver probeTakashi Iwai2015-03-035-94/+17
| | * ALSA: hda - Implement unbind more safelyTakashi Iwai2015-03-035-35/+43
| | * ALSA: core: Re-add snd_device_disconnect()Takashi Iwai2015-03-032-14/+34
| | * ALSA: hda - Don't assume non-NULL PCM opsTakashi Iwai2015-03-032-13/+26
| | * ALSA: hda - Allocate hda_pcm objects dynamicallyTakashi Iwai2015-03-0310-103/+145
| | * ALSA: hda - Remove superfluous memory allocation error messagesTakashi Iwai2015-03-033-30/+9
| | * ALSA: hda - Add card field to hda_codec structTakashi Iwai2015-03-0313-40/+41
| | * ALSA: hda - Split snd_hda_build_pcms()Takashi Iwai2015-03-032-43/+60
| * | Merge branch 'topic/hda-bus' into for-nextTakashi Iwai2015-03-1624-991/+572
| |\ \ | | |/
| | * ALSA: hda - Clear pcm pointer assigned to hda_pcm at device removalTakashi Iwai2015-02-262-8/+16
| | * ALSA: hda - Remove channel mode helper functionsTakashi Iwai2015-02-262-105/+0
| | * ALSA: hda - Set parent of input beep devicesTakashi Iwai2015-02-261-0/+1
| | * ALSA: hda - Power down codec automatically at registrationTakashi Iwai2015-02-263-28/+3
| | * ALSA: hda - Replace bus pm_notify with the standard runtime PM frameworkTakashi Iwai2015-02-265-54/+14
| | * ALSA: hda - Drop power_save value indirection in hda_busTakashi Iwai2015-02-266-32/+29
| | * ALSA: hda - Use standard runtime PM for codec power-save controlTakashi Iwai2015-02-235-230/+106
| | * ALSA: hda - Move codec suspend/resume to codec driverTakashi Iwai2015-02-236-86/+39
| | * ALSA: hda - Bind codecs via standard busTakashi Iwai2015-02-2317-478/+401
| | * ALSA: hda - Decouple PCM and hwdep devices from codec objectTakashi Iwai2015-02-233-7/+0
| * | Merge branch 'for-linus' into for-nextTakashi Iwai2015-03-166-19/+104
| |\ \
| * | | ALSA: control: Fix breakage of user ctl element additionTakashi Iwai2015-03-131-0/+1
| * | | Merge branch 'for-linus' into for-nextTakashi Iwai2015-03-125-13/+28
| |\ \ \
| * | | | ALSA: seq: Fix init order of snd_seq_device stuffTakashi Iwai2015-03-111-1/+1
| * | | | ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-108-32/+10
| * | | | ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-106-21/+7
| * | | | ALSA: seq_oss: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-104-15/+9
| * | | | ALSA: core: reduce stack usage related to snd_ctl_new()Takashi Sakamoto2015-03-101-83/+130
| * | | | ALSA: core: use precomputed table to check userspace control paramsTakashi Sakamoto2015-03-101-32/+28
| * | | | ALSA: firewire: Fix trivial typos in commentsYannick Guerrini2015-03-102-5/+5
| * | | | Merge branch 'for-linus' into for-nextTakashi Iwai2015-03-098-18/+29
| |\ \ \ \
OpenPOWER on IntegriCloud