Loading sound/pci/hda/patch_ca0132.c +4 −0 Original line number Diff line number Diff line Loading @@ -2615,6 +2615,7 @@ static int dspload_image(struct hda_codec *codec, return status; } #ifdef CONFIG_SND_HDA_CODEC_CA0132_DSP static bool dspload_is_loaded(struct hda_codec *codec) { unsigned int data = 0; Loading @@ -2626,6 +2627,9 @@ static bool dspload_is_loaded(struct hda_codec *codec) return true; } #else #define dspload_is_loaded(codec) false #endif static bool dspload_wait_loaded(struct hda_codec *codec) { Loading Loading
sound/pci/hda/patch_ca0132.c +4 −0 Original line number Diff line number Diff line Loading @@ -2615,6 +2615,7 @@ static int dspload_image(struct hda_codec *codec, return status; } #ifdef CONFIG_SND_HDA_CODEC_CA0132_DSP static bool dspload_is_loaded(struct hda_codec *codec) { unsigned int data = 0; Loading @@ -2626,6 +2627,9 @@ static bool dspload_is_loaded(struct hda_codec *codec) return true; } #else #define dspload_is_loaded(codec) false #endif static bool dspload_wait_loaded(struct hda_codec *codec) { Loading