Fix some compile problems with the WM8904 driver due to recent audio subsystem changes

This commit is contained in:
Gregory Nutt
2014-07-28 16:33:25 -06:00
parent ca67a71b14
commit 75daeb75a3
+1 -1
View File
@@ -737,7 +737,7 @@ static int wm8904_configure(FAR struct audio_lowerhalf_s *dev,
/* Process based on Feature Unit */
switch (*((uint16_t *)caps->ac_format))
switch (caps->ac_format.hw)
{
#ifndef CONFIG_AUDIO_EXCLUDE_VOLUME
case AUDIO_FU_VOLUME: