Files
linux-stable-mirror/include/sound
Qais Yousef 7b617289b6 ALSA: compress_driver.h: include sound/core.h explicitly
Fixes the following compilation error:

   include/sound/compress_driver.h: In function ‘snd_compr_drain_notify’:
   include/sound/compress_driver.h:177:2: error: implicit declaration of function ‘snd_BUG_ON’ [-Werror=implicit-function-declaration]
     if (snd_BUG_ON(!stream))

snd_BUG_ON() is defined in sound/core.h but the file is not included explicitly,
so include it.

Signed-off-by: Qais Yousef <qais.yousef@imgtec.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2015-01-13 16:50:31 +01:00
..
2014-05-05 18:20:22 -07:00
2013-02-14 17:27:17 +00:00
2015-01-02 16:27:42 +01:00
2014-07-04 18:50:51 +01:00
2014-04-18 18:52:18 +01:00
2014-07-02 20:49:25 +01:00
2014-10-22 11:43:14 +01:00
2015-01-02 16:28:35 +01:00
2013-05-08 15:43:56 +02:00
2014-09-15 15:52:03 +02:00