aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-19ASoC: simple-card: Fix up checks for HW param fixupsAidan MacDonald3-3/+17
2022-09-07ASoC: simple-card-utils: switch to using gpiod APIDmitry Torokhov1-13/+15
2022-08-15ASoC: simple-card-utils: Fixup DAI sample formatSameer Pujar1-0/+34
2022-07-22ASoC: audio-graph-card2: Add of_node_put() in fail pathLiang He1-1/+3
2022-07-21ASoC: audio-graph-card: Add of_node_put() in fail pathLiang He1-1/+3
2022-07-13ASoc: audio-graph-card2: Fix refcount leak bug in __graph_get_type()Liang He1-10/+25
2022-07-08ASoC: simple-card-utils.c: care Codec2Codec vs DPCM:BEKuninori Morimoto1-0/+4
2022-07-08ASoC: simple-card-utils.c: ignore Codec2Codec setting if it already haveKuninori Morimoto1-0/+4
2022-07-08ASoC: audio-graph-card2-custom-sample.dtsi: add verbose explanationKuninori Morimoto1-8/+90
2022-07-08ASoC: audio-graph-card2.c: remove pre-alloced Codec2Codec spaceKuninori Morimoto2-20/+8
2022-07-08ASoC: audio-graph-card2.c: make Codec2Codec settings optionalKuninori Morimoto2-16/+23
2022-07-08ASoC: audio-graph-card2.c: use of_property_read_u32() for rateKuninori Morimoto1-2/+3
2022-06-29ASoC: Refactor non_legacy_dai_naming flagMark Brown1-1/+1
2022-06-27ASoC: Merge up fixesMark Brown1-3/+3
2022-06-27ASoC: test-component: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-06-27ASoC: test-component: Migrate to new style legacy DAI naming flagCharles Keepax1-0/+1
2022-06-24ASoC: audio_graph_card2: Fix port numbers in exampleSascha Hauer1-3/+3
2022-06-09Specify clock provider directly to CPU DAIsMark Brown2-10/+15
2022-06-07ASoC: simple-card-utils: Make asoc_simple_clean_reference() return voidUwe Kleine-König1-3/+4
2022-06-06ASoC: simple-card-utils: rename asoc_simple_init_dai_link_params() to asoc_simple_init_for_codec2codec()Kuninori Morimoto1-2/+2
2022-06-06ASoC: simple-card-utils: Move snd_soc_component_is_codec to be localCharles Keepax1-1/+6
2022-06-06ASoC: test-component: Rename set_fmt_new back to set_fmtCharles Keepax1-2/+2
2022-06-06ASoC: test-component: Update to use set_fmt_new callbackCharles Keepax1-11/+11
2022-05-16ASoC: core: Correct spelling fliped -> flippedCharles Keepax1-1/+1
2022-05-04ASoC: Pull in fixesMark Brown1-1/+1
2022-04-21ASoC: audio-graph-card2: indicate "Experimental stage" warning only when successedKuninori Morimoto1-2/+3
2022-04-20ASoC: simple-card-utils: fix sysclk shutdownOlivier Moysan1-1/+1
2022-04-14ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki1-3/+2
2022-04-06ASoC: simple-card-utils: Avoid NULL deref in asoc_simple_set_tdm()Richard Fitzgerald1-2/+4
2022-03-11ASoC: simple-card-utils: Don't reset clock of active DAISameer Pujar1-4/+8
2022-03-07ASoC: audio_graph_card2: Add support for variable slot widthsRichard Fitzgerald2-0/+101
2022-01-24ASoC: simple-card-utils: Add new system-clock-fixed flagRobert Hancock1-11/+60
2022-01-24ASoC: simple-card-utils: Set sysclk on all componentsRobert Hancock1-0/+15
2022-01-11ASoC: simple-card: fix probe failure on platform componentRobert Hancock1-1/+25
2021-12-23ASoC: core: Add snd_soc_of_parse_pin_switches() from simple-card-utilsStephan Gerhold1-44/+1
2021-12-20ASoC: generic: Use dev_err_probe() helperKuninori Morimoto3-8/+4
2021-12-09ASoC: test-component: fix null pointer dereference.Ameer Hamza1-6/+2
2021-12-06ASoC: test-component: fix null pointer dereference.Ameer Hamza1-1/+4
2021-10-18ASoC: soc-component: add snd_soc_component_is_codec()Kuninori Morimoto1-2/+2
2021-10-15ASoC: audio-graph-card2-custom-sample.dtsi: add Codec2Codec sample (Multi)Kuninori Morimoto1-1/+42
2021-10-15ASoC: audio-graph-card2-custom-sample.dtsi: add Codec2Codec sample (Single)Kuninori Morimoto1-1/+22
2021-10-15ASoC: audio-graph-card2-custom-sample.dtsi: add DPCM sample (Multi)Kuninori Morimoto1-1/+35
2021-10-15ASoC: audio-graph-card2-custom-sample.dtsi: add DPCM sample (Single)Kuninori Morimoto1-0/+36
2021-10-15ASoC: audio-graph-card2-custom-sample.dtsi: add Sample DT for Normal (Nulti)Kuninori Morimoto1-0/+24
2021-10-15ASoC: audio-graph-card2-custom-sample.dtsi: add Sample DT for Normal (Single)Kuninori Morimoto1-0/+71
2021-10-15ASoC: add Audio Graph Card2 Custom SampleKuninori Morimoto3-0/+191
2021-10-15ASoC: audio-graph-card2: add Codec2Codec supportKuninori Morimoto1-0/+181
2021-10-15ASoC: audio-graph-card2: add DPCM supportKuninori Morimoto1-0/+254
2021-10-15ASoC: audio-graph-card2: add Multi CPU/Codec supportKuninori Morimoto1-10/+186
2021-10-15ASoC: add Audio Graph Card2 driverKuninori Morimoto3-0/+680