mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
ASoC: SOF: Intel: hda: make handler and thread static
reported by sparse Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
parent
b00354b79a
commit
14796700fc
|
|
@ -402,7 +402,7 @@ static const struct sof_intel_dsp_desc
|
|||
return chip_info;
|
||||
}
|
||||
|
||||
irqreturn_t hda_dsp_interrupt_handler(int irq, void *context)
|
||||
static irqreturn_t hda_dsp_interrupt_handler(int irq, void *context)
|
||||
{
|
||||
struct snd_sof_dev *sdev = context;
|
||||
|
||||
|
|
@ -413,7 +413,7 @@ irqreturn_t hda_dsp_interrupt_handler(int irq, void *context)
|
|||
return IRQ_NONE;
|
||||
}
|
||||
|
||||
irqreturn_t hda_dsp_interrupt_thread(int irq, void *context)
|
||||
static irqreturn_t hda_dsp_interrupt_thread(int irq, void *context)
|
||||
{
|
||||
struct snd_sof_dev *sdev = context;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user