Loading sound/firewire/isight.c +1 −0 Original line number Diff line number Diff line Loading @@ -209,6 +209,7 @@ static void isight_packet(struct fw_iso_context *context, u32 cycle, isight->packet_index = -1; return; } fw_iso_context_queue_flush(isight->context); if (++index >= QUEUE_LENGTH) index = 0; Loading sound/pci/hda/hda_beep.h +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ static inline int snd_hda_attach_beep_device(struct hda_codec *codec, int nid) { return 0; } void snd_hda_detach_beep_device(struct hda_codec *codec) static inline void snd_hda_detach_beep_device(struct hda_codec *codec) { } #endif Loading sound/pci/hda/patch_via.c +7 −4 Original line number Diff line number Diff line Loading @@ -832,10 +832,13 @@ static int via_hp_build(struct hda_codec *codec) knew->subdevice = HDA_SUBDEV_NID_FLAG | nid; knew->private_value = nid; nid = side_mute_channel(spec); if (nid) { knew = via_clone_control(spec, &via_hp_mixer[1]); if (knew == NULL) return -ENOMEM; knew->subdevice = side_mute_channel(spec); knew->subdevice = nid; } return 0; } Loading sound/pci/lola/lola.c +1 −1 Original line number Diff line number Diff line Loading @@ -445,7 +445,7 @@ static void lola_reset_setups(struct lola *chip) lola_setup_all_analog_gains(chip, PLAY, false); /* output, update */ } static int lola_parse_tree(struct lola *chip) static int __devinit lola_parse_tree(struct lola *chip) { unsigned int val; int nid, err; Loading sound/usb/6fire/pcm.c +2 −2 Original line number Diff line number Diff line Loading @@ -395,12 +395,12 @@ static int usb6fire_pcm_open(struct snd_pcm_substream *alsa_sub) alsa_rt->hw = pcm_hw; if (alsa_sub->stream == SNDRV_PCM_STREAM_PLAYBACK) { if (rt->rate >= 0) if (rt->rate < ARRAY_SIZE(rates)) alsa_rt->hw.rates = rates_alsaid[rt->rate]; alsa_rt->hw.channels_max = OUT_N_CHANNELS; sub = &rt->playback; } else if (alsa_sub->stream == SNDRV_PCM_STREAM_CAPTURE) { if (rt->rate >= 0) if (rt->rate < ARRAY_SIZE(rates)) alsa_rt->hw.rates = rates_alsaid[rt->rate]; alsa_rt->hw.channels_max = IN_N_CHANNELS; sub = &rt->capture; Loading Loading
sound/firewire/isight.c +1 −0 Original line number Diff line number Diff line Loading @@ -209,6 +209,7 @@ static void isight_packet(struct fw_iso_context *context, u32 cycle, isight->packet_index = -1; return; } fw_iso_context_queue_flush(isight->context); if (++index >= QUEUE_LENGTH) index = 0; Loading
sound/pci/hda/hda_beep.h +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ static inline int snd_hda_attach_beep_device(struct hda_codec *codec, int nid) { return 0; } void snd_hda_detach_beep_device(struct hda_codec *codec) static inline void snd_hda_detach_beep_device(struct hda_codec *codec) { } #endif Loading
sound/pci/hda/patch_via.c +7 −4 Original line number Diff line number Diff line Loading @@ -832,10 +832,13 @@ static int via_hp_build(struct hda_codec *codec) knew->subdevice = HDA_SUBDEV_NID_FLAG | nid; knew->private_value = nid; nid = side_mute_channel(spec); if (nid) { knew = via_clone_control(spec, &via_hp_mixer[1]); if (knew == NULL) return -ENOMEM; knew->subdevice = side_mute_channel(spec); knew->subdevice = nid; } return 0; } Loading
sound/pci/lola/lola.c +1 −1 Original line number Diff line number Diff line Loading @@ -445,7 +445,7 @@ static void lola_reset_setups(struct lola *chip) lola_setup_all_analog_gains(chip, PLAY, false); /* output, update */ } static int lola_parse_tree(struct lola *chip) static int __devinit lola_parse_tree(struct lola *chip) { unsigned int val; int nid, err; Loading
sound/usb/6fire/pcm.c +2 −2 Original line number Diff line number Diff line Loading @@ -395,12 +395,12 @@ static int usb6fire_pcm_open(struct snd_pcm_substream *alsa_sub) alsa_rt->hw = pcm_hw; if (alsa_sub->stream == SNDRV_PCM_STREAM_PLAYBACK) { if (rt->rate >= 0) if (rt->rate < ARRAY_SIZE(rates)) alsa_rt->hw.rates = rates_alsaid[rt->rate]; alsa_rt->hw.channels_max = OUT_N_CHANNELS; sub = &rt->playback; } else if (alsa_sub->stream == SNDRV_PCM_STREAM_CAPTURE) { if (rt->rate >= 0) if (rt->rate < ARRAY_SIZE(rates)) alsa_rt->hw.rates = rates_alsaid[rt->rate]; alsa_rt->hw.channels_max = IN_N_CHANNELS; sub = &rt->capture; Loading