Loading sound/soc/codecs/wm8993.c +2 −0 Original line number Diff line number Diff line Loading @@ -1547,6 +1547,7 @@ static struct snd_soc_dai_driver wm8993_dai = { .channels_max = 2, .rates = WM8993_RATES, .formats = WM8993_FORMATS, .sig_bits = 24, }, .capture = { .stream_name = "Capture", Loading @@ -1554,6 +1555,7 @@ static struct snd_soc_dai_driver wm8993_dai = { .channels_max = 2, .rates = WM8993_RATES, .formats = WM8993_FORMATS, .sig_bits = 24, }, .ops = &wm8993_ops, .symmetric_rates = 1, Loading sound/soc/codecs/wm8994.c +7 −1 Original line number Diff line number Diff line Loading @@ -2645,6 +2645,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = { .channels_max = 2, .rates = WM8994_RATES, .formats = WM8994_FORMATS, .sig_bits = 24, }, .capture = { .stream_name = "AIF1 Capture", Loading @@ -2652,6 +2653,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = { .channels_max = 2, .rates = WM8994_RATES, .formats = WM8994_FORMATS, .sig_bits = 24, }, .ops = &wm8994_aif1_dai_ops, }, Loading @@ -2664,6 +2666,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = { .channels_max = 2, .rates = WM8994_RATES, .formats = WM8994_FORMATS, .sig_bits = 24, }, .capture = { .stream_name = "AIF2 Capture", Loading @@ -2671,6 +2674,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = { .channels_max = 2, .rates = WM8994_RATES, .formats = WM8994_FORMATS, .sig_bits = 24, }, .probe = wm8994_aif2_probe, .ops = &wm8994_aif2_dai_ops, Loading @@ -2684,6 +2688,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = { .channels_max = 2, .rates = WM8994_RATES, .formats = WM8994_FORMATS, .sig_bits = 24, }, .capture = { .stream_name = "AIF3 Capture", Loading @@ -2691,6 +2696,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = { .channels_max = 2, .rates = WM8994_RATES, .formats = WM8994_FORMATS, .sig_bits = 24, }, .ops = &wm8994_aif3_dai_ops, } Loading Loading
sound/soc/codecs/wm8993.c +2 −0 Original line number Diff line number Diff line Loading @@ -1547,6 +1547,7 @@ static struct snd_soc_dai_driver wm8993_dai = { .channels_max = 2, .rates = WM8993_RATES, .formats = WM8993_FORMATS, .sig_bits = 24, }, .capture = { .stream_name = "Capture", Loading @@ -1554,6 +1555,7 @@ static struct snd_soc_dai_driver wm8993_dai = { .channels_max = 2, .rates = WM8993_RATES, .formats = WM8993_FORMATS, .sig_bits = 24, }, .ops = &wm8993_ops, .symmetric_rates = 1, Loading
sound/soc/codecs/wm8994.c +7 −1 Original line number Diff line number Diff line Loading @@ -2645,6 +2645,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = { .channels_max = 2, .rates = WM8994_RATES, .formats = WM8994_FORMATS, .sig_bits = 24, }, .capture = { .stream_name = "AIF1 Capture", Loading @@ -2652,6 +2653,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = { .channels_max = 2, .rates = WM8994_RATES, .formats = WM8994_FORMATS, .sig_bits = 24, }, .ops = &wm8994_aif1_dai_ops, }, Loading @@ -2664,6 +2666,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = { .channels_max = 2, .rates = WM8994_RATES, .formats = WM8994_FORMATS, .sig_bits = 24, }, .capture = { .stream_name = "AIF2 Capture", Loading @@ -2671,6 +2674,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = { .channels_max = 2, .rates = WM8994_RATES, .formats = WM8994_FORMATS, .sig_bits = 24, }, .probe = wm8994_aif2_probe, .ops = &wm8994_aif2_dai_ops, Loading @@ -2684,6 +2688,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = { .channels_max = 2, .rates = WM8994_RATES, .formats = WM8994_FORMATS, .sig_bits = 24, }, .capture = { .stream_name = "AIF3 Capture", Loading @@ -2691,6 +2696,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = { .channels_max = 2, .rates = WM8994_RATES, .formats = WM8994_FORMATS, .sig_bits = 24, }, .ops = &wm8994_aif3_dai_ops, } Loading