diff mbox series

[3/3] ASoC: Intel: kbl_da7219_max98357a_rt5660: cleanup of some unused code

Message ID 20181206145207.4477-3-hui.wang@canonical.com (mailing list archive)
State New, archived
Headers show
Series [1/3] ASoC: rt5660: Add a new ACPI match ID | expand

Commit Message

Hui Wang Dec. 6, 2018, 2:52 p.m. UTC
The code here deleted is not used in the driver.

Signed-off-by: Hui Wang <hui.wang@canonical.com>
---
 .../soc/intel/boards/kbl_da7219_max98357a_rt5660.c  | 13 -------------
 1 file changed, 13 deletions(-)
diff mbox series

Patch

diff --git a/sound/soc/intel/boards/kbl_da7219_max98357a_rt5660.c b/sound/soc/intel/boards/kbl_da7219_max98357a_rt5660.c
index 6ac8163d4c35..cbfe66a9d7c7 100644
--- a/sound/soc/intel/boards/kbl_da7219_max98357a_rt5660.c
+++ b/sound/soc/intel/boards/kbl_da7219_max98357a_rt5660.c
@@ -502,19 +502,6 @@  static struct snd_soc_ops kabylake_dmic_ops = {
 	.startup = kabylake_dmic_startup,
 };
 
-static const unsigned int rates_16000[] = {
-	16000,
-};
-
-static const struct snd_pcm_hw_constraint_list constraints_16000 = {
-	.count = ARRAY_SIZE(rates_16000),
-	.list  = rates_16000,
-};
-
-static const unsigned int ch_mono[] = {
-	1,
-};
-
 /* kabylake digital audio interface glue - connects codec <--> CPU */
 static struct snd_soc_dai_link kabylake_dais[] = {
 	/* Front End DAI links */