Commit 83e1be3f authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] fix typo in assignment of snd_ak4114_spdif_playback_put

AK4114 receiver
snd_ak4114_spdif_playback_put was assigned to the .get callback
which resulted in a duplicate initialization of that member
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent e8158535
......@@ -390,7 +390,7 @@ static snd_kcontrol_new_t snd_ak4114_iec958_controls[] = {
.access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE,
.info = snd_ak4114_spdif_info,
.get = snd_ak4114_spdif_playback_get,
.get = snd_ak4114_spdif_playback_put,
.put = snd_ak4114_spdif_playback_put,
},
{
.iface = SNDRV_CTL_ELEM_IFACE_PCM,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment