12 Oct, 2015

1 commit

  • The structures of type snd_bebob_clock_spec, snd_bebob_rate_spec,
    snd_bebob_meter_spec, and snd_bebob_spec are never modified after they are
    initialized. Make them all const.

    Done with the help of Coccinelle.

    Signed-off-by: Julia Lawall
    Tested-by: Takashi Sakamoto
    Reviewed-by: Takashi Sakamoto
    Signed-off-by: Takashi Iwai

    Julia Lawall
     

15 Jun, 2015

1 commit


26 May, 2014

2 commits

  • This commit is for some devices which have its own operations or quirks.

    Many functionality should be implemented in user land. Then this commit adds
    functionality related to stream such as sampling frequency or clock source. For
    help to debug, this commit adds the functionality to get metering information
    if it's available.

    To help these functionalities, this commit adds some AV/C commands defined in
    'AV/C Audio Subunit Specification (1394TA).

    Signed-off-by: Takashi Sakamoto
    Signed-off-by: Takashi Iwai

    Takashi Sakamoto
     
  • This commit adds proc interface to get these information for debugging:
    - firmware information
    - stream formation
    - current clock source and sampling rate

    Signed-off-by: Takashi Sakamoto
    Signed-off-by: Takashi Iwai

    Takashi Sakamoto