summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: oxfw: move model-specific parameters from common structureTakashi Sakamoto2015-12-223-42/+39
* ALSA: oxfw: move model-specific members from common structureTakashi Sakamoto2015-12-222-19/+34
* ALSA: oxfw: enable to keep memory block for model-specific structureTakashi Sakamoto2015-12-222-0/+2
* ALSA: usb-audio: use list_for_each_entry_continue_reverseGeliang Tang2015-12-221-4/+2
* ALSA: fm801: restore TEA575x state on resumeAndy Shevchenko2015-12-211-0/+5
* ALSA: fm801: save context before suspend devicesAndy Shevchenko2015-12-211-2/+3
* ALSA: fm801: no need to suspend absent codecAndy Shevchenko2015-12-211-6/+12
* ALSA: fm801: detect FM-only card earlierAndy Shevchenko2015-12-211-30/+39
* ALSA: fm801: propagate TUNER_ONLY bit when autodetectedAndy Shevchenko2015-12-211-0/+4
* Merge branch 'topic/hdmi-jack' into for-nextTakashi Iwai2015-12-212-19/+151
|\
| * ALSA: hda - Move audio component accesses to hdac_i915.cTakashi Iwai2015-12-102-43/+92
| * ALSA: hda - Use component ops for i915 HDMI/DP audio jack handlingTakashi Iwai2015-12-101-14/+97
* | ALSA: fm801: store struct device instead of pci_devAndy Shevchenko2015-12-201-4/+5
* | ALSA: fm801: put curly braces around empty if-bodyAndy Shevchenko2015-12-201-2/+3
* | ALSA: fm801: convert rest outw() / inw() to use helpersAndy Shevchenko2015-12-201-10/+26
* | ALSA: fm801: explicitly free IRQ lineAndy Shevchenko2015-12-201-0/+2
* | ALSA: oss: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire2015-12-201-2/+1
* | ALSA: hda - Drop unused AZX_DCAPS_REVERSE_ASSIGNTakashi Iwai2015-12-172-2/+2
* | ALSA: hda - Drop AZX_DCAPS_POSFIX_VIA bitTakashi Iwai2015-12-172-4/+3
* | ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top driversTakashi Iwai2015-12-174-9/+10
* | ALSA: hda - Merge RIRB_PRE_DELAY into CTX_WORKAROUND capsTakashi Iwai2015-12-173-6/+4
* | Merge branch 'topic/firewire-update' into for-nextTakashi Iwai2015-12-164-34/+46
|\ \
| * | ALSA: fireworks: change type of substream counter from atomic_t to unsigned intTakashi Sakamoto2015-11-144-23/+22
| * | ALSA: fireworks: move mutex from function callees to callersTakashi Sakamoto2015-11-143-11/+24
* | | ALSA: oxfw: gather model-dependent conditions to a functionTakashi Sakamoto2015-12-151-11/+18
* | | ALSA: oxfw: reuse driver entry to detect quirksTakashi Sakamoto2015-12-152-16/+24
* | | ALSA: oxfw: change function prototype for AV/C Audio Subunit commandTakashi Sakamoto2015-12-151-23/+31
* | | ALSA: oxfw: rename local functions for control elements so that they represen...Takashi Sakamoto2015-12-153-23/+23
* | | ALSA: oxfw: rename a file for control elements so that it's for model-specificTakashi Sakamoto2015-12-152-3/+3
* | | ALSA: hda - Increase default bdl_pos_adj for Baytrail/BraswellTakashi Iwai2015-12-151-0/+9
* | | ALSA: hda - Clean up the code to check bdl_pos_adj optionTakashi Iwai2015-12-153-16/+18
* | | ALSA: usb-audio: constify usb_protocol_ops structuresJulia Lawall2015-12-111-12/+13
| |/ |/|
* | ALSA: hda - Fix superfluous HDMI jack repollTakashi Iwai2015-12-101-1/+4
* | ALSA: hda - Allow i915 binding later in codec driverTakashi Iwai2015-12-102-3/+14
* | ALSA: hda - Optimize audio component check in patch_hdmi.cTakashi Iwai2015-12-101-0/+4
* | sound/oss: remove VIRT_TO_BUS dependencyArnd Bergmann2015-12-091-1/+1
* | ALSA: hda - Don't try to bind i915 unless CONFIG_SND_HDA_I915 is setTakashi Iwai2015-12-091-0/+4
* | ALSA: hda - Less grumbling about lack of i915 bindingTakashi Iwai2015-12-091-2/+2
* | ALSA: hda - Implement loopback control switch for Realtek and other codecsTakashi Iwai2015-12-081-19/+68
* | ALSA: hda - Make snd_hda_parse_nid_path() localTakashi Iwai2015-12-082-6/+2
* | ALSA: hda - Remove unused snd_hda_get_nid_path()Takashi Iwai2015-12-082-18/+0
* | ALSA: compress: add support for 32bit calls in a 64bit kernelRavindra Lokhande2015-12-071-0/+13
* | ALSA: hda - Enable audio component for old Intel PCH devicesTakashi Iwai2015-12-042-6/+14
* | ALSA: hda - Split ELD update code from hdmi_present_sense()Takashi Iwai2015-12-041-54/+54
* | ALSA: hda - Do zero-clear in snd_hdmi_parse_eld() itselfTakashi Iwai2015-12-042-1/+1
* | ALSA: Fix compat_ioctl handling for OSS emulationsTakashi Iwai2015-12-033-3/+19
* | ALSA: hda - Skip ELD notification during PM processTakashi Iwai2015-12-031-0/+3
* | Merge branch 'for-linus' into for-nextTakashi Iwai2015-12-032-2/+9
|\ \
| * | ALSA: hda - Add Conexant CX8200 (14f1:2008) codec entryTakashi Iwai2015-12-011-0/+1
| * | ALSA: hda - Correct codec names for 14f1:50f1 and 14f1:50f3Takashi Iwai2015-12-011-2/+2