index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
pci
/
hda
/
hda_controller.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-02
ALSA: hda - Fix lost 4k BDL boundary workaround
Takashi Iwai
1
-0
/
+3
2015-10-17
ALSA: hda - Fix bogus codec address check for mixer name assignment
Takashi Iwai
1
-0
/
+1
2015-05-18
ALSA: hda - rename hda_intel_trace.h to hda_controller_trace.h
Libin Yang
1
-1
/
+5
2015-04-29
ALSA: hda - implement link_power ops for i915 display power control
Mengdong Lin
1
-0
/
+11
2015-04-18
ALSA: hda - Replace open codes with snd_hdac_stream_set_params()
Takashi Iwai
1
-19
/
+4
2015-04-17
ALSA: hda - Move prepared flag into struct hdac_stream
Takashi Iwai
1
-4
/
+4
2015-04-17
ALSA: hda - Replace hda_bus_ops with static binding
Takashi Iwai
1
-25
/
+17
2015-04-16
ALSA: hda - Reenable tracepoints for controller
Takashi Iwai
1
-0
/
+6
2015-04-16
ALSA: hda - Move PCM format and rate handling code to core library
Takashi Iwai
1
-2
/
+1
2015-04-16
ALSA: hda - Minor refactoring
Takashi Iwai
1
-3
/
+7
2015-04-16
ALSA: hda - Embed bus into controller object
Takashi Iwai
1
-454
/
+107
2015-04-16
ALSA: hda - Migrate more hdac_stream codes
Takashi Iwai
1
-379
/
+49
2015-04-16
ALSA: hda - Migrate hdac_stream into legacy driver
Takashi Iwai
1
-259
/
+156
2015-04-16
ALSA: hda - Pass bus io_ops directly from the top-level driver
Takashi Iwai
1
-13
/
+13
2015-04-16
ALSA: hda - Move send_cmd / get_response to hdac_bus_ops
Takashi Iwai
1
-9
/
+15
2015-04-16
ALSA: hda - Merge codec and controller helpers
Takashi Iwai
1
-3
/
+0
2015-04-14
ALSA: hda - Handle error from get_response bus ops directly
Takashi Iwai
1
-23
/
+24
2015-03-23
ALSA: hda - Move some codes up to hdac_bus struct
Takashi Iwai
1
-4
/
+4
2015-03-16
Merge branch 'topic/hda-unbind' into for-next
Takashi Iwai
1
-52
/
+27
2015-03-16
Merge branch 'topic/hda-bus' into for-next
Takashi Iwai
1
-43
/
+19
2015-03-13
ALSA: hda - Use shutdown driver ops instead of reboot notifier
Takashi Iwai
1
-26
/
+0
2015-03-09
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+1
2015-03-09
ALSA: hda - Fix regression of HD-audio controller fallback modes
Takashi Iwai
1
-1
/
+1
2015-03-06
Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Takashi Iwai
1
-5
/
+0
2015-03-03
ALSA: hda - Implement unbind more safely
Takashi Iwai
1
-0
/
+3
2015-03-03
ALSA: hda - Don't assume non-NULL PCM ops
Takashi Iwai
1
-11
/
+19
2015-03-03
ALSA: hda - Remove superfluous memory allocation error messages
Takashi Iwai
1
-14
/
+4
2015-03-03
ALSA: hda - Add card field to hda_codec struct
Takashi Iwai
1
-1
/
+1
2015-02-26
ALSA: hda - Clear pcm pointer assigned to hda_pcm at device removal
Takashi Iwai
1
-7
/
+15
2015-02-26
ALSA: hda - Replace bus pm_notify with the standard runtime PM framework
Takashi Iwai
1
-19
/
+0
2015-02-26
ALSA: hda - Drop power_save value indirection in hda_bus
Takashi Iwai
1
-4
/
+1
2015-02-24
ALSA: hda: controller code - do not export static functions
Jaroslav Kysela
1
-5
/
+0
2015-02-23
ALSA: hda - Use standard runtime PM for codec power-save control
Takashi Iwai
1
-1
/
+1
2015-02-23
ALSA: hda - Move codec suspend/resume to codec driver
Takashi Iwai
1
-9
/
+2
2015-02-23
ALSA: hda - Decouple PCM and hwdep devices from codec object
Takashi Iwai
1
-3
/
+0
2015-02-23
Merge branch 'topic/timestamp' into for-next
Takashi Iwai
1
-11
/
+29
2015-02-20
ALSA: hda: replace .wallclock by .get_time_info
Pierre-Louis Bossart
1
-11
/
+29
2015-02-19
ALSA: hda - Split azx_codec_create() to two phases
Takashi Iwai
1
-16
/
+24
2015-02-19
ALSA: hda - Drop azx_mixer_create()
Takashi Iwai
1
-7
/
+0
2015-02-19
ALSA: hda - Fold hda_priv.h into hda_controller.h
Takashi Iwai
1
-1
/
+0
2015-02-19
ALSA: hda - Introduce azx_has_pm_runtime() macro
Takashi Iwai
1
-2
/
+2
2015-02-17
ALSA: hda - Drop hda_bus_template for snd_hda_bus_new()
Takashi Iwai
1
-24
/
+30
2015-02-09
ALSA: hda: read trigger_timestamp immediately after starting DMA
Pierre-Louis Bossart
1
-0
/
+3
2015-02-03
Merge branch 'topic/snd-device' into for-next
Takashi Iwai
1
-1
/
+2
2015-02-02
ALSA: pcm: Embed struct device
Takashi Iwai
1
-1
/
+2
2015-01-15
ALSA: hda - Fix typo in hda_controller.c
Masanari Iida
1
-1
/
+1
2014-12-26
ALSA: hda_controller: Separate stream_tag for input and output streams.
Rafal Redzimski
1
-2
/
+22
2014-12-13
sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
1
-1
/
+1
2014-07-15
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+2
2014-07-14
ALSA: hda - Revert stream assignment order for Intel controllers
Takashi Iwai
1
-1
/
+2
[next]