diff options
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r-- | sound/soc/soc-core.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 92d5d917b73b..91651bdfa761 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -1362,26 +1362,6 @@ int snd_soc_info_volsw_ext(struct snd_kcontrol *kcontrol, | |||
1362 | EXPORT_SYMBOL_GPL(snd_soc_info_volsw_ext); | 1362 | EXPORT_SYMBOL_GPL(snd_soc_info_volsw_ext); |
1363 | 1363 | ||
1364 | /** | 1364 | /** |
1365 | * snd_soc_info_bool_ext - external single boolean mixer info callback | ||
1366 | * @kcontrol: mixer control | ||
1367 | * @uinfo: control element information | ||
1368 | * | ||
1369 | * Callback to provide information about a single boolean external mixer control. | ||
1370 | * | ||
1371 | * Returns 0 for success. | ||
1372 | */ | ||
1373 | int snd_soc_info_bool_ext(struct snd_kcontrol *kcontrol, | ||
1374 | struct snd_ctl_elem_info *uinfo) | ||
1375 | { | ||
1376 | uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; | ||
1377 | uinfo->count = 1; | ||
1378 | uinfo->value.integer.min = 0; | ||
1379 | uinfo->value.integer.max = 1; | ||
1380 | return 0; | ||
1381 | } | ||
1382 | EXPORT_SYMBOL_GPL(snd_soc_info_bool_ext); | ||
1383 | |||
1384 | /** | ||
1385 | * snd_soc_info_volsw - single mixer info callback | 1365 | * snd_soc_info_volsw - single mixer info callback |
1386 | * @kcontrol: mixer control | 1366 | * @kcontrol: mixer control |
1387 | * @uinfo: control element information | 1367 | * @uinfo: control element information |