File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -394,27 +394,20 @@ struct platform_device;
394
394
#define SOC_ENUM_SINGLE_VIRT_DECL (name , xtexts ) \
395
395
const struct soc_enum name = SOC_ENUM_SINGLE_VIRT(ARRAY_SIZE(xtexts), xtexts)
396
396
397
- struct snd_jack ;
398
397
struct snd_soc_card ;
399
- struct snd_soc_pcm_stream ;
400
- struct snd_soc_ops ;
401
398
struct snd_soc_pcm_runtime ;
402
399
struct snd_soc_dai ;
403
400
struct snd_soc_dai_driver ;
404
401
struct snd_soc_dai_link ;
405
402
struct snd_soc_component ;
406
403
struct snd_soc_component_driver ;
407
- struct soc_enum ;
408
404
struct snd_soc_jack ;
409
- struct snd_soc_jack_zone ;
410
405
struct snd_soc_jack_pin ;
411
406
412
407
#include <sound/soc-dapm.h>
413
408
#include <sound/soc-dpcm.h>
414
409
#include <sound/soc-topology.h>
415
410
416
- struct snd_soc_jack_gpio ;
417
-
418
411
enum snd_soc_pcm_subclass {
419
412
SND_SOC_PCM_CLASS_PCM = 0 ,
420
413
SND_SOC_PCM_CLASS_BE = 1 ,
You can’t perform that action at this time.
0 commit comments