aboutsummaryrefslogtreecommitdiff
path: root/net/unix/unix_bpf.c
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2021-01-22 10:13:43 +0900
committerMark Brown <[email protected]>2021-02-03 17:41:41 +0000
commit2b39123b134e10a3817156bd9b157c9b8f950d6f (patch)
tree0cf23831e2beab0fd32d8e755ca22bc330ddf957 /net/unix/unix_bpf.c
parent7fc6bebd5831a788a74e019e39c43c014a96a110 (diff)
ASoC: soc-pcm: add soc_create_pcm() and simplify soc_new_pcm()
soc_new_pcm() implementation is very long / verbose / complex, thus, it is very difficult to read. If we read it carefully, we can notice that it is consisted by int soc_new_pcm(...) { (1) judging playback/caputre part (2) creating the PCM part (3) setup pcm/rtd part } This patch adds new soc_create_pcm() for (2) part and offload it from snd_pcm_new(). Signed-off-by: Kuninori Morimoto <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions