diff options
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/pcm_lib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/core/pcm_lib.c b/sound/core/pcm_lib.c index 565102705eda..0a750ec5c400 100644 --- a/sound/core/pcm_lib.c +++ b/sound/core/pcm_lib.c | |||
@@ -2479,7 +2479,6 @@ int snd_pcm_add_chmap_ctls(struct snd_pcm *pcm, int stream, | |||
2479 | struct snd_kcontrol_new knew = { | 2479 | struct snd_kcontrol_new knew = { |
2480 | .iface = SNDRV_CTL_ELEM_IFACE_PCM, | 2480 | .iface = SNDRV_CTL_ELEM_IFACE_PCM, |
2481 | .access = SNDRV_CTL_ELEM_ACCESS_READ | | 2481 | .access = SNDRV_CTL_ELEM_ACCESS_READ | |
2482 | SNDRV_CTL_ELEM_ACCESS_VOLATILE | /* no notification */ | ||
2483 | SNDRV_CTL_ELEM_ACCESS_TLV_READ | | 2482 | SNDRV_CTL_ELEM_ACCESS_TLV_READ | |
2484 | SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK, | 2483 | SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK, |
2485 | .info = pcm_chmap_ctl_info, | 2484 | .info = pcm_chmap_ctl_info, |