Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1727102 > unrolled thread

[PATCH v2 0/3] Fix capture devices functionality on TM2

Started byJaechul Lee <jcsing.lee@samsung.com>
First post2017-09-06 03:10 +0200
Last post2017-09-06 03:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 0/3] Fix capture devices functionality on TM2 Jaechul Lee <jcsing.lee@samsung.com> - 2017-09-06 03:10 +0200

#1727102 — [PATCH v2 0/3] Fix capture devices functionality on TM2

FromJaechul Lee <jcsing.lee@samsung.com>
Date2017-09-06 03:10 +0200
Subject[PATCH v2 0/3] Fix capture devices functionality on TM2
Message-ID<umx0R-2j7-3@gated-at.bofh.it>
Hello,                                                                         
                                                                               
This patchset makes capture functionality working on TM2.                      
                                                                               
Capture devices can't be detected because I2S doesn't have appropriate dai     
name. Therefore, TM2 will select unexpected cpu dai which is named             
"i2s-samsung-sec" that doesn't have a capture functionality.                   
                                                                               
In samsung I2S driver, it tries to register two components without             
specific name. The driver finally has components having same name: dai         
name as well. As a result, dai_link doesn't have enough information to         
select cpu_dai properly.

Changes in v2:
 - defined SAMSUNG_I2S_DAI_* in i2s.h and removed duplicated code
 - modified commit message about invalid parameter that Krzystof mentioned
 - rebased code because of conflicts in i2s.c

Jaechul Lee (3):
  ASoC: samsung: i2s: Use specific name for i2s dais
  ASoC: samsung: Use 'samsung-i2s' cpu_dai for dai_links
  ASoC: samsung: Fix invalid argument when devm_gpiod_get is called

 sound/soc/samsung/i2s.c        | 4 ++++
 sound/soc/samsung/i2s.h        | 3 +++
 sound/soc/samsung/tm2_wm5110.c | 7 ++++---
 3 files changed, 11 insertions(+), 3 deletions(-)

-- 
2.14.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web