Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c285d080 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: fix compile issue due to soundwire"

parents 976215bf f7990a72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1355,7 +1355,7 @@ static int tdm_get_sample_rate(int value)
		sample_rate = SAMPLING_RATE_352P8KHZ;
		break;
	case 6:
		sample_rate = SAMPLING_RATE_44P1KHZ:
		sample_rate = SAMPLING_RATE_44P1KHZ;
		break;
	case 7:
		sample_rate = SAMPLING_RATE_96KHZ;
+1 −0
Original line number Diff line number Diff line
@@ -13,5 +13,6 @@ CONFIG_SND_SOC_MSM_HDMI_CODEC_RX=m
CONFIG_MSM_QDSP6V2_CODECS=m
CONFIG_SND_SOC_QDSP6V2=m
CONFIG_SND_SOC_SA6155=m
CONFIG_SOUNDWIRE=m
CONFIG_SOUNDWIRE_MSTR_CTRL=m
CONFIG_SND_EVENT=m
+1 −0
Original line number Diff line number Diff line
@@ -25,5 +25,6 @@
#define CONFIG_MSM_QDSP6V2_CODECS 1
#define CONFIG_SND_SOC_QDSP6V2 1
#define CONFIG_SND_SOC_SA6155 1
#define CONFIG_SOUNDWIRE 1
#define CONFIG_SOUNDWIRE_MSTR_CTRL 1
#define CONFIG_SND_EVENT 1