summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/hdmi-codec.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: hdmi-codec: Add RX supportShengjiu Wang2020-11-261-5/+28
* ASoC: hdmi-codec: Get ELD in before reporting plugged eventCheng-Yi Chiang2020-11-231-2/+8
* ASoC: hdmi-codec: Use set_jack ops to set jackCheng-Yi Chiang2020-09-221-8/+4
* ASoC: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-221-1/+1
* ASoC: hdmi-codec: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-6/+15
* ASoC: hdmi-codec: return -ENOTSUPP for digital_muteKuninori Morimoto2020-07-161-1/+1
* Merge tag 'asoc-fix-v5.6-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-02-181-0/+10
|\
| * ASoC: hdmi-codec: set plugged_cb to NULL when component removingTzung-Bi Shih2020-02-171-0/+10
* | Merge branch 'asoc-5.6' into asoc-nextMark Brown2020-01-231-13/+19
|\|
| * ASoC: hdmi-codec: re-introduce mutex locking againJerome Brunet2019-12-091-13/+19
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* ASoC: hdmi-codec: drop mutex locking againJerome Brunet2019-10-231-7/+5
* ASoC: hdmi-codec: Add an op to set callback function for plug eventCheng-Yi Chiang2019-09-091-0/+46
* Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-261-9/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* | ASoC: hdmi-codec: re-introduce mutex lockingJerome Brunet2019-05-131-5/+7
* | ASoC: hdmi-codec: remove ops dependency on the dai idJerome Brunet2019-05-081-33/+67
* | ASoC: hdmi-codec: remove reference to the dai drivers in the private dataJerome Brunet2019-05-081-10/+8
* | ASoC: hdmi-codec: remove reference to the current substreamJerome Brunet2019-05-081-42/+16
* | ASoC: hdmi-codec: remove function name debug tracesJerome Brunet2019-05-081-12/+0
|/
* Merge branch 'asoc-5.2' into asoc-nextMark Brown2019-05-061-5/+1
|\
| * ASoC: hdmi-codec: stream is already locked in hw_paramsJerome Brunet2019-05-031-4/+0
| * ASoC: hdmi-codec: fix spelling mistake "plalform" -> "platform"Colin Ian King2019-05-021-1/+1
* | ASoC: hdmi-codec: unlock the device on startup errorsJerome Brunet2019-05-031-1/+5
|/
* ASoC: hdmi-codec: avoid limiting params->msbits in hw_params()Russell King2019-03-041-3/+0
* ASoC: hdmi-codec: fix S/PDIF DAIRussell King2019-03-031-59/+59
* ASoC: hdmi-codec: fix oops on re-probeRussell King2019-01-181-2/+2
* Merge branch 'asoc-4.18' into asoc-linusMark Brown2018-08-091-6/+15
|\
| * ASoC: hdmi-codec: fix routingRussell King2018-07-161-6/+15
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
|/
* ASoC: hdmi-codec: Fix module unloading caused kernel crashPeter Ujfalusi2018-02-201-12/+0
* ASoC: hdmi-codec: replace codec to componentKuninori Morimoto2018-02-121-11/+12
* ASoC: hdmi-codec: use sizeof_field rather than declaring hcpColin Ian King2017-09-191-4/+1
*-. Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es8316', 'asoc/t...Mark Brown2017-09-011-5/+5
|\ \
| | * ASoC: hdmi-codec: Use different name for playback streamsJeffy Chen2017-08-301-2/+2
| | * ASoC: hdmi-codec: make a function and two arrays staticColin Ian King2017-08-141-3/+3
* | | ASoC: codecs: make snd_soc_dai_driver and snd_soc_component_driver constBhumika Goyal2017-08-171-1/+1
* | | ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal2017-08-101-1/+1
| |/ |/|
* | ASoC: hdmi-codec: make const array hdmi_codec_eld_spk_alloc_bits staticColin Ian King2017-07-171-1/+1
* | ASoC: hdmi-codec: ELD control corresponds to the PCM streamKuninori Morimoto2017-07-171-15/+16
|/
* ASoC: hdmi-codec: remove unused ratecKuninori Morimoto2017-06-071-1/+0
* ASoC: hdmi-codec: add .get_dai_id supportKuninori Morimoto2017-05-241-0/+13
* ASoC: hdmi-codec: remove multi detection supportKuninori Morimoto2017-05-241-85/+3
* ASoC: hdmi-codec: fix spelling mistake: "deteced" -> "detected"Colin Ian King2017-05-171-1/+1
* ASoC: hdmi-codec: remove HDMI device unregisterVincent Abriou2017-02-081-3/+22
* ASoC: hdmi-codec: add channel mapping controlArnaud Pouliquen2017-01-201-1/+379
* ASoC: hdmi-codec: Fix hdmi_of_xlate_dai_name when #sound-dai-cells = <0>Jon Medhurst (Tixy)2016-10-281-1/+6
* ASoC: codec duplicated callback function goes to component on hdmi-codecKuninori Morimoto2016-08-081-6/+6
* ASoC: hdmi-codec: enable multi probe for same deviceKuninori Morimoto2016-08-081-3/+64
* ASoC: hdmi-codec: callback function will be called with private dataKuninori Morimoto2016-06-271-7/+8