index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
x86
/
intel_hdmi_audio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-05
ALSA: x86: Unify local function prefix
Takashi Iwai
1
-67
/
+60
2017-02-05
ALSA: x86: Minor cleanup of reset buffer procedure
Takashi Iwai
1
-7
/
+6
2017-02-05
ALSA: x86: Don't check connection in lowlevel accessors
Takashi Iwai
1
-66
/
+25
2017-02-05
ALSA: x86: Explicit specify 32bit DMA
Takashi Iwai
1
-2
/
+6
2017-02-03
ALSA: x86: Rename drv_status to connected
Takashi Iwai
1
-20
/
+20
2017-02-03
ALSA: x86: Yet more tidy-up and clean-ups
Takashi Iwai
1
-32
/
+36
2017-02-03
ALSA: x86: Simplify comments
Takashi Iwai
1
-52
/
+14
2017-02-03
ALSA: x86: Set CA bits for DisplayPort too
Takashi Iwai
1
-4
/
+4
2017-02-03
ALSA: x86: Create ELD control element
Takashi Iwai
1
-21
/
+51
2017-02-03
ALSA: x86: Clean up unused defines and inclusions
Takashi Iwai
1
-3
/
+7
2017-02-03
ALSA: x86: Reduce redundant register field names
Takashi Iwai
1
-51
/
+51
2017-02-03
ALSA: x86: Use the standard ELD bytes definitions
Takashi Iwai
1
-7
/
+7
2017-02-03
ALSA: x86: Move stream status into pcm_stream_info
Takashi Iwai
1
-37
/
+13
2017-02-03
ALSA: x86: Implement runtime PM
Takashi Iwai
1
-77
/
+50
2017-02-03
ALSA: x86: Properly manage PCM substream lifetype
Takashi Iwai
1
-73
/
+96
2017-02-03
ALSA: x86: Drop unused fields from pcm_stream_info
Takashi Iwai
1
-18
/
+1
2017-02-03
ALSA: x86: Drop redundant had_stream_pvt
Takashi Iwai
1
-42
/
+4
2017-02-03
ALSA: x86: Drop superfluous state field
Takashi Iwai
1
-36
/
+20
2017-02-03
ALSA: x86: Drop flag_underrun field
Takashi Iwai
1
-8
/
+1
2017-02-03
ALSA: x86: Fix racy access to chmap
Takashi Iwai
1
-9
/
+23
2017-02-03
ALSA: x86: Remove superfluous irqsave flags
Takashi Iwai
1
-38
/
+33
2017-02-03
ALSA: x86: Constfy tables
Takashi Iwai
1
-3
/
+3
2017-02-03
ALSA: x86: Remove _v[12] suffices
Takashi Iwai
1
-23
/
+23
2017-02-03
ALSA: x86: Tidy up codes
Takashi Iwai
1
-89
/
+59
2017-02-03
ALSA: x86: Drop had_get_hwstate()
Takashi Iwai
1
-28
/
+14
2017-02-03
ALSA: x86: Remove superfluous check at resume
Takashi Iwai
1
-9
/
+1
2017-02-03
ALSA: x86: Fix sleep-in-atomic via i915 notification
Takashi Iwai
1
-27
/
+24
2017-02-03
ALSA: x86: Drop superfluous PCM private_free
Takashi Iwai
1
-12
/
+0
2017-02-03
ALSA: x86: Drop unused fields from snd_intelhad struct
Takashi Iwai
1
-9
/
+5
2017-02-03
ALSA: x86: Remove indirect call of snd_pcm_period_elapsed()
Takashi Iwai
1
-9
/
+6
2017-02-03
ALSA: x86: Fix for CONFIG_PM=n
Takashi Iwai
1
-1
/
+1
2017-02-03
ALSA: x86: Replace pr_xxx() with dev_xxx()
Takashi Iwai
1
-121
/
+84
2017-02-03
ALSA: x86: Fold intel_hdmi_audio_if.c into main file
Takashi Iwai
1
-16
/
+375
2017-02-03
ALSA: x86: Flatten two abstraction layers
Takashi Iwai
1
-161
/
+315
2017-02-03
ALSA: x86: Call snd_card_register() at the end
Takashi Iwai
1
-5
/
+5
2017-02-03
ALSA: x86: Embed snd_intelhad into snd_card
Takashi Iwai
1
-64
/
+13
2017-02-03
ALSA: x86: Move dma_mask debug print into intel_hdmi_lpe_audio.c
Takashi Iwai
1
-11
/
+0
2017-02-03
ALSA: x86: Drop unused hw_silence field
Takashi Iwai
1
-1
/
+0
2017-02-03
ALSA: x86: Move the global underrun_count to struct snd_intelhad
Takashi Iwai
1
-8
/
+7
2017-02-03
ALSA: x86: Drop the global platform device reference
Takashi Iwai
1
-5
/
+10
2017-02-03
ALSA: x86: Call event callback directly
Takashi Iwai
1
-11
/
+0
2017-02-03
ALSA: x86: Drop useless mutex at probe
Takashi Iwai
1
-8
/
+2
2017-02-03
ALSA: x86: Pass snd_intelhad object to helpers
Takashi Iwai
1
-70
/
+73
2017-02-03
ALSA: x86: Drop snd_intel_had_interface indirect calls
Takashi Iwai
1
-8
/
+1
2017-02-03
ALSA: x86: Replace indirect query_ops with direct calls
Takashi Iwai
1
-7
/
+3
2017-02-03
ALSA: x86: Replace indirect register ops with direct calls
Takashi Iwai
1
-8
/
+3
2017-02-03
ALSA: x86: Drop indirect calls of had_ops
Takashi Iwai
1
-48
/
+37
2017-02-03
ALSA: x86: Remove v1 ops and structs
Takashi Iwai
1
-205
/
+1
2017-02-01
ALSA: x86: intel_hdmi: add definitions and logic for DP audio
Pierre-Louis Bossart
1
-26
/
+147
2017-01-25
ALSA: x86: hdmi: continue playback even when display resolution changes
Jerome Anand
1
-3
/
+18
[prev]
[next]