Uh oh!
There was an error while loading. Please reload this page.
RT5682 sdw unified mach - #1912
Conversation
naveen-manohar
commented
Mar 19, 2020
Apologize for posting RT5682 machine driver patches before PR:1889 Merge. Wanted to discuss and get guidance about the following error that I observe with the patch-rebased to PR:1889, the same issue was not observed with PR:1885
|
Uh oh!
There was an error while loading. Please reload this page.
0c92b28 to
dd3d31bComparedd3d31b to
73fe6e2Compare
plbossart
left a comment
There was a problem hiding this comment.
Thanks @naveen-manohar really pleased with this code. Minor comments below but that's really the direction we should follow.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
73fe6e2 to
3c95545Compareplbossart
commented
Mar 19, 2020
@naveen-manohar please rebase on top of topic/sof-dev, thanks |
plbossart
left a comment
There was a problem hiding this comment.
minor change in the Kconfig, otherwise ok once it's rebased
Uh oh!
There was an error while loading. Please reload this page.
3c95545 to
1621191Comparenaveen-manohar
commented
Mar 19, 2020
Done.. Thanks |
plbossart
left a comment
There was a problem hiding this comment.
Thanks @naveen-manohar, nice work.
Uh oh!
There was an error while loading. Please reload this page.
| ret = snd_soc_dapm_add_routes(&card->dapm, rt5682_map, | ||
| ARRAY_SIZE(rt5682_map)); | ||
kv2019i
left a comment
There was a problem hiding this comment.
Thanks, code looks good. I do have a question about the first patch.. there's seems to be a disconnect between commit message and the changes. Please see inline.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
abc6b031621191 to
abc6b03Compare
kv2019i
left a comment
There was a problem hiding this comment.
Thanks @naveen-manohar
@plbossart We ended up just updating the commit message and not splitting the patch. Please check again and if ok, let's merge.
abc6b03 to
65b7046Compare…ction Add support for Google Volteer device. As per new unified soundwire machine driver, add rt5682-sdw helper function, which configures codec to Link0. Signed-off-by: Naveen Manohar <naveen.m@intel.com>
RT5682 is in SoundWire mode on link0. Signed-off-by: Naveen Manohar <naveen.m@intel.com>
plbossart
left a comment
There was a problem hiding this comment.
the newline change is not good IMHO. We want the VOLUME keys handled as a separate block, and btw we should have the same style in different files, so if we change here for rt5682 we also change for RT711 and RT700
Uh oh!
There was an error while loading. Please reload this page.
65b7046 to
50956f0Compare
plbossart
left a comment
There was a problem hiding this comment.
we can do the newline removal in a followup PR for all jack codecs, for now this is good enough. Thanks @naveen-manohar
kv2019i
commented
Mar 20, 2020
Ok, if the newlines are ok, let's go ahead and merged. Only known CI failures in the report. |
Fix checkpatch code style errors: ERROR: "foo * bar" should be "foo *bar" thesofproject#977: FILE: net/core/pktgen.c:977: + const char __user * user_buffer, size_t count, ERROR: "foo * bar" should be "foo *bar" thesofproject#978: FILE: net/core/pktgen.c:978: + loff_t * offset) ERROR: "foo * bar" should be "foo *bar" thesofproject#1912: FILE: net/core/pktgen.c:1912: + const char __user * user_buffer, ERROR: "foo * bar" should be "foo *bar" thesofproject#1913: FILE: net/core/pktgen.c:1913: + size_t count, loff_t * offset) Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Toke Høiland-Jørgensen <toke@redhat.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Patch for Debug_Purposes..
Based on #1889