summaryrefslogtreecommitdiffstats
path: root/sound/soc/generic
Commit message (Expand)AuthorAgeFilesLines
...
* ASoC: simple-card-util: remove dai_link compatible code for platformKuninori Morimoto2018-08-311-7/+3Star
* ASoC: audio-graph-scu-card: support snd_soc_dai_link_component style for plat...Kuninori Morimoto2018-08-311-0/+2
* ASoC: audio-graph-card: support snd_soc_dai_link_component style for platformKuninori Morimoto2018-08-311-0/+2
* ASoC: simple-scu-card: support snd_soc_dai_link_component style for platformKuninori Morimoto2018-08-311-0/+2
* ASoC: simple-card: support snd_soc_dai_link_component style for platformKuninori Morimoto2018-08-311-1/+6
* ASoC: simple-card-util: support snd_soc_dai_link_component style for platformKuninori Morimoto2018-08-311-3/+8
* ASoC: simple-card-util: remove dai_link compatible code for codecKuninori Morimoto2018-08-311-3/+1Star
* ASoC: audio-graph-scu-card: support snd_soc_dai_link_component style for codecKuninori Morimoto2018-08-311-6/+21
* ASoC: audio-graph-scu-card: use simple_dai_propsKuninori Morimoto2018-08-311-12/+14
* ASoC: audio-graph-card: support snd_soc_dai_link_component style for codecKuninori Morimoto2018-08-311-2/+14
* ASoC: simple-scu-card: support snd_soc_dai_link_component style for codecKuninori Morimoto2018-08-311-6/+20
* ASoC: simple-scu-card: use simple_dai_propsKuninori Morimoto2018-08-311-12/+14
* ASoC: simple-card: support snd_soc_dai_link_component style for codecKuninori Morimoto2018-08-311-4/+19
* ASoC: simple_card_utils: support snd_soc_dai_link_component style for codecKuninori Morimoto2018-08-311-2/+40
* ASoC: audio-graph-scu-card.c: convert to SPDX identifiersKuninori Morimoto2018-07-021-14/+11Star
* ASoC: audio-graph-card.c: convert to SPDX identifiersKuninori Morimoto2018-07-021-12/+9Star
* ASoC: simple-scu-card.c: convert to SPDX identifiersKuninori Morimoto2018-07-021-12/+9Star
* ASoC: simple-card-utils: convert to SPDX identifiersKuninori Morimoto2018-07-021-9/+6Star
* ASoC: simple-card: convert to SPDX identifiersKuninori Morimoto2018-07-021-10/+7Star
* ASoC: audio-graph-card: add hp and mic detect gpios same as simple-cardKatsuhiro Suzuki2018-06-181-1/+19
* ASoC: simple-card: move hp and mic detection to soc_card probeKatsuhiro Suzuki2018-06-181-8/+17
* ASoC: simple-card-utils: move hp and mic detect gpios from simple-cardKatsuhiro Suzuki2018-06-182-64/+59Star
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-134-10/+10
* ASoC: simple-card: set cpu dai clk in hw_paramsDaniel Mack2018-06-011-0/+21
*---. Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/fallthrough', 'a...Mark Brown2017-11-101-8/+39
|\ \ \
| | | * ASoC: add mclk-fs support to audio graph cardOlivier Moysan2017-11-101-8/+39
| | |/ | |/|
* / | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/ /
| |
| \
*-. | Merge remote-tracking branches 'asoc/topic/simple', 'asoc/topic/spear', 'asoc...Mark Brown2017-09-014-2/+14
|\ \|
| * | ASoC: make clock direction configurable in asoc-simpleVitaly Wool2017-09-011-2/+7
| * | ASoC: audio-graph-scu-card: Add pm callbacks to platform driverKuninori Morimoto2017-08-231-0/+1
| * | ASoC: audio-graph-card: Add pm callbacks to platform driverKuninori Morimoto2017-08-231-0/+1
| * | ASoC: simple-scu-card: Add pm callbacks to platform driverKuninori Morimoto2017-08-231-0/+1
| * | ASoC: simple-scu-card: Parse off codec widgetsDaniel Baluta2017-08-161-0/+4
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/mtk', 'asoc/topic/mxs', 'asoc/topi...Mark Brown2017-09-012-2/+2
|\ \ \ | | |/ | |/|
| | * ASoC: generic: make snd_soc_ops constBhumika Goyal2017-08-172-2/+2
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/hisi', 'asoc/topic/img', 'asoc/top...Mark Brown2017-09-011-10/+0Star
|\ \ \ | | |/ | |/|
| | * ASoC: simple-card: Remove superfluous snd_soc_jack_free_gpios() callTakashi Iwai2017-08-221-10/+0Star
| |/
* | Merge tag 'asoc-fix-v4.13-rc7' into asoc-linusMark Brown2017-09-011-1/+1
|\ \
| * | ASoC: simple_card_utils: fix fallback when "label" property isn't presentLucas Stach2017-08-301-1/+1
| |/
* / device property: Fix usecount for of_graph_get_port_parent()Tony Lindgren2017-08-013-16/+17
|/
*-. Merge remote-tracking branches 'asoc/topic/msm8916', 'asoc/topic/mtk', 'asoc/...Mark Brown2017-07-035-113/+220
|\ \
| | * ASoC: audio-graph-card: add widgets and routing for external amplifier supportShawn Guo2017-06-301-1/+47
| | * ASoC: audio-graph-scu-card: support 2nd codec endpoint on DTKuninori Morimoto2017-06-231-3/+25
| | * ASoC: audio-graph-scu-card: tidyup asoc_simple_card_canonicalize_cpu() parameterKuninori Morimoto2017-06-231-1/+1
| | * ASoC: audio-graph-card: tidyup asoc_simple_card_canonicalize_cpu() parameterKuninori Morimoto2017-06-231-2/+1Star
| | * ASoC: simple-card: use asoc_simple_card_of_parse_widgets()Kuninori Morimoto2017-06-161-7/+3Star
| | * ASoC: simple-card-utils: add asoc_simple_card_of_parse_widgets()Kuninori Morimoto2017-06-161-0/+19
| | * ASoC: audio-graph-scu-card: use asoc_simple_card_of_parse_routing()Kuninori Morimoto2017-06-151-2/+2
| | * ASoC: simple-scu-card: use asoc_simple_card_of_parse_routing()Kuninori Morimoto2017-06-151-1/+1
| | * ASoC: simple-card: use asoc_simple_card_of_parse_routing()Kuninori Morimoto2017-06-151-7/+3Star