mirror of https://github.com/armbian/build.git
rockchip64-6.13: revert rk3308 analog codec to vendor code
This commit is contained in:
parent
052010be82
commit
c444c94de1
File diff suppressed because it is too large
Load Diff
|
@ -1,13 +0,0 @@
|
|||
diff --git a/sound/soc/codecs/rk3308_codec.c b/sound/soc/codecs/rk3308_codec.c
|
||||
index 8b51e87a1711..f3c8716215a8 100644
|
||||
--- a/sound/soc/codecs/rk3308_codec.c
|
||||
+++ b/sound/soc/codecs/rk3308_codec.c
|
||||
@@ -854,7 +854,7 @@ static int rk3308_codec_get_version(struct rk3308_codec_priv *rk3308)
|
||||
break;
|
||||
case 0x3308:
|
||||
rk3308->codec_ver = ACODEC_VERSION_B;
|
||||
- return dev_err_probe(rk3308->dev, -EINVAL, "Chip version B not supported\n");
|
||||
+ break;
|
||||
case 0x3308c:
|
||||
rk3308->codec_ver = ACODEC_VERSION_C;
|
||||
break;
|
Loading…
Reference in New Issue